9 #import <UIKit/UIKit.h> 14 @protocol KeypadInputControllerDelegate <UINavigationControllerDelegate>
39 id<KeypadInputControllerDelegate> __weak
delegate;
43 @property(nonatomic,weak) id<KeypadInputControllerDelegate> delegate;
44 @property(nonatomic, copy) NSString *initialValue;
45 @property(nonatomic)
BOOL showCancel;
47 - (IBAction) keypadPressed: (
id) sender;
48 - (IBAction) keypadReleased: (
id) sender;
49 - (IBAction) doneScanning: (
id) sender;
50 - (IBAction) cancelScan:(
id) sender;
signed char BOOL
Definition: PDCwtypes.h:101
Definition: BarCodeCB.h:29