Library
ISOPhotoFormFieldController.h
1 //
2 // ISOPhotoFormFieldController.h
3 // iSignatureOffice
4 //
5 // Created by Florian Student on 3/21/13.
6 // Copyright (c) 2013 Florian Student. All rights reserved.
7 //
8 
9 #import "ISOFormFieldController.h"
10 
11 @interface ISOPhotoFormFieldController : ISOFormFieldController<UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIGestureRecognizerDelegate> {
12  BOOL acquiringFocus;
13  BOOL touchHasEnded;
14 }
15 
16 @end
Definition: ISOFormFieldController.h:31
Definition: ISOPhotoFormFieldController.h:11