3cb572d2 |
1 | #import <UICaboodle/UCPlatform.h> |
77f175ac |
2 | |
04700693 |
3 | #import <UIKit/UIKit.h> |
77f175ac |
4 | |
9ae52960 GP |
5 | @interface UCNavigationController : UINavigationController { |
6 | id hook_; |
77f175ac |
7 | } |
1ce016d4 |
8 | - (void) setHook:(id)hook; |
04700693 JF |
9 | @end |
10 | |
77f175ac |
11 | |