Library
Main Page
Classes
Files
File List
SOSign
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
ISOFormFieldController
Definition:
ISOFormFieldController.h:31
ISOPhotoFormFieldController
Definition:
ISOPhotoFormFieldController.h:11
Generated by
1.8.10