]> git.saurik.com Git - cydia.git/blobdiff - CydiaAppliance.mm
Constrain the dimensions of icons rendered from repositories.
[cydia.git] / CydiaAppliance.mm
index 821461733d6c6bfdf7521434c16c7c76002929e1..6ac3f42f5d9e3c746d7cd8b1a347b38b25ab6ccc 100644 (file)
@@ -5,20 +5,16 @@
 #import <BackRow/BRTopShelfView.h>
 #import <BackRow/BRViewController.h>
 
+#include <CydiaSubstrate/CydiaSubstrate.h>
+
 @interface CydiaTopShelfController : NSObject <BRTopShelfController> {
-    BRTopShelfView *view_;
+    _H<BRTopShelfView> view_;
 }
 
 @end
 
 @implementation CydiaTopShelfController
 
-- (void) dealloc {
-    [view_ release];
-
-    [super dealloc];
-}
-
 - (BRTopShelfView *) topShelfView {
     return view_;
 }