X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/b5e7eebb25026afcb8052552a5fedb7984c08a38..ac450beea1262650cebd02cfcc4b3bef3fe6dac9:/UICaboodle/RVBook.h diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h index b605cc65..340db4d4 100644 --- a/UICaboodle/RVBook.h +++ b/UICaboodle/RVBook.h @@ -2,10 +2,14 @@ #import +@protocol HookProtocol +- (void) didDismissModalViewController; +@end + @interface UCNavigationController : UINavigationController { - id hook_; + _transient id hook_; } -- (void) setHook:(id)hook; -@end +- (void) setHook:(id)hook; +@end