Library
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
Definition: ISOPhotoSignatureFormFieldController.h:11
Definition: ISOFormFieldController.h:31