diff options
Diffstat (limited to 'UICaboodle/RVBook.h')
-rw-r--r-- | UICaboodle/RVBook.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h deleted file mode 100644 index 340db4d..0000000 --- a/UICaboodle/RVBook.h +++ /dev/null @@ -1,15 +0,0 @@ -#import <UICaboodle/UCPlatform.h> - -#import <UIKit/UIKit.h> - -@protocol HookProtocol -- (void) didDismissModalViewController; -@end - -@interface UCNavigationController : UINavigationController { - _transient id<HookProtocol> hook_; -} - -- (void) setHook:(id<HookProtocol>)hook; - -@end |