]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITabBar.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / UIKit / UITabBar.h
index 368821189594861868531614ca2274ef059dc90f..38c438b795ffc298deb57b1b92b3da050b2018d0 100644 (file)
@@ -11,7 +11,7 @@
 @interface UITabBar : UIView
 {
     UIView *_customizeView;
-    id <UITabBarDelegate> _delegate;
+    id /*XXX:<UITabBarDelegate>*/ _delegate;
     NSArray *_items;
     UITabBarItem *_selectedItem;
     NSArray *_customizationItems;