]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVBook.h
DHowett told me I forgot this critical file. :(
[cydia.git] / UICaboodle / RVBook.h
index 09b1baf5e56583f1abf6d21fa5d969d5def28c33..340db4d42a1b86831da31f10a7ca1cd2208f98b1 100644 (file)
@@ -7,9 +7,9 @@
 @end
 
 @interface UCNavigationController : UINavigationController {
 @end
 
 @interface UCNavigationController : UINavigationController {
-       id<HookProtocol> hook_;
+    _transient id<HookProtocol> hook_;
 }
 }
-- (void) setHook:(id<HookProtocol>)hook;
-@end
 
 
+- (void) setHook:(id<HookProtocol>)hook;
 
 
+@end