]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITabBar.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITabBar.h
diff --git a/UIKit/UITabBar.h b/UIKit/UITabBar.h
new file mode 100644 (file)
index 0000000..3688211
--- /dev/null
@@ -0,0 +1,49 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class NSArray, UITabBarItem;
+
+@interface UITabBar : UIView
+{
+    UIView *_customizeView;
+    id <UITabBarDelegate> _delegate;
+    NSArray *_items;
+    UITabBarItem *_selectedItem;
+    NSArray *_customizationItems;
+    struct {
+        unsigned int roundsCorners:1;
+        unsigned int alertShown:1;
+        unsigned int wasEnabled:1;
+        unsigned int customized:1;
+        unsigned int downButtonSentAction:1;
+    } _tabBarFlags;
+    NSArray *_buttonItems;
+    struct __CFArray *_hiddenItems;
+}
+
+- (id)initWithCoder:(id)fp8;
+- (void)_populateArchivedSubviews:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)setItems:(id)fp8;
+- (id)items;
+- (void)setSelectedItem:(id)fp8;
+- (id)selectedItem;
+- (void)_sendAction:(id)fp8 withEvent:(id)fp12;
+- (void)setItems:(id)fp8 animated:(BOOL)fp12;
+- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
+- (void)setBounds:(struct CGRect)fp8;
+- (void)layoutSubviews;
+- (void)beginCustomizingItems:(id)fp8;
+- (BOOL)endCustomizingAnimated:(BOOL)fp8;
+- (BOOL)isCustomizing;
+- (id)delegate;
+- (void)setDelegate:(id)fp8;
+
+@end
+