Library
Main Page
Classes
Files
File List
SOSign
ISOPhotoSignatureFormFieldController.h
1
//
2
// ISOPhotoSignatureFormFieldController.h
3
// iSignatureOffice
4
//
5
// Created by Florian Student on 10/24/12.
6
// Copyright (c) 2012 Florian Student. All rights reserved.
7
//
8
9
#import "ISOFormFieldController.h"
10
11
@interface
ISOPhotoSignatureFormFieldController
:
ISOFormFieldController
<UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIGestureRecognizerDelegate> {
12
BOOL acquiringFocus;
13
BOOL touchHasEnded;
14
}
15
16
@end
ISOPhotoSignatureFormFieldController
Definition:
ISOPhotoSignatureFormFieldController.h:11
ISOFormFieldController
Definition:
ISOFormFieldController.h:31
Generated by
1.8.10