@class NSMutableArray, UILabel, UIToolbar, UIWindow;
-/*XXX:*/typedef struct {
- unsigned int numberOfRows:7;
- unsigned int delegateAlertSheetButtonClicked:1;
- unsigned int delegateDidPresentAlertSheet:1;
- unsigned int delegateDidDismissAlertSheet:1;
- unsigned int hideButtonBar:1;
- unsigned int alertStyle:3;
- unsigned int dontDimBackground:1;
- unsigned int dismissSuspended:1;
- unsigned int dontBlockInteraction:1;
- unsigned int sheetWasPoppedUp:1;
- unsigned int animating:1;
- unsigned int hideWhenDoneAnimating:1;
- unsigned int layoutWhenDoneAnimating:1;
- unsigned int titleMaxLineCount:2;
- unsigned int bodyTextMaxLineCount:3;
- unsigned int runsModal:1;
- unsigned int runningModal:1;
- unsigned int addedTextView:1;
- unsigned int addedTableShadows:1;
- unsigned int showOverSBAlerts:1;
- unsigned int showMinTableContent:1;
- unsigned int bodyTextTruncated:1;
- unsigned int orientation:3;
- unsigned int delegateBodyTextAlignment:1;
- unsigned int delegateClickedButtonAtIndex:1;
- unsigned int delegateClickedButtonAtIndex2:1;
- unsigned int delegateCancel:1;
- unsigned int delegateCancel2:1;
- unsigned int delegateWillPresent:1;
- unsigned int delegateWillPresent2:1;
- unsigned int delegateDidPresent:1;
- unsigned int delegateDidPresent2:1;
- unsigned int delegateWillDismiss:1;
- unsigned int delegateWillDismiss2:1;
- unsigned int delegateDidDismiss:1;
- unsigned int delegateDidDismiss2:1;
-} CDAnonymousStruct7;
-
@interface UIActionSheet : UIView
{
id /*XXX:<UIActionSheetDelegate>*/ _delegate;
@class NSString;
#import <Foundation/NSObjCRuntime.h>
-#import <GraphicsServices/GSWindow.h>
+#import <GraphicsServices/GraphicsServices.h>
/*XXX:*/typedef struct {
float top;
float right;
} CDAnonymousStruct2;
+/*XXX:*/typedef struct {
+ unsigned int numberOfRows:7;
+ unsigned int delegateAlertSheetButtonClicked:1;
+ unsigned int delegateDidPresentAlertSheet:1;
+ unsigned int delegateDidDismissAlertSheet:1;
+ unsigned int hideButtonBar:1;
+ unsigned int alertStyle:3;
+ unsigned int dontDimBackground:1;
+ unsigned int dismissSuspended:1;
+ unsigned int dontBlockInteraction:1;
+ unsigned int sheetWasPoppedUp:1;
+ unsigned int animating:1;
+ unsigned int hideWhenDoneAnimating:1;
+ unsigned int layoutWhenDoneAnimating:1;
+ unsigned int titleMaxLineCount:2;
+ unsigned int bodyTextMaxLineCount:3;
+ unsigned int runsModal:1;
+ unsigned int runningModal:1;
+ unsigned int addedTextView:1;
+ unsigned int addedTableShadows:1;
+ unsigned int showOverSBAlerts:1;
+ unsigned int showMinTableContent:1;
+ unsigned int bodyTextTruncated:1;
+ unsigned int orientation:3;
+ unsigned int delegateBodyTextAlignment:1;
+ unsigned int delegateClickedButtonAtIndex:1;
+ unsigned int delegateClickedButtonAtIndex2:1;
+ unsigned int delegateCancel:1;
+ unsigned int delegateCancel2:1;
+ unsigned int delegateWillPresent:1;
+ unsigned int delegateWillPresent2:1;
+ unsigned int delegateDidPresent:1;
+ unsigned int delegateDidPresent2:1;
+ unsigned int delegateWillDismiss:1;
+ unsigned int delegateWillDismiss2:1;
+ unsigned int delegateDidDismiss:1;
+ unsigned int delegateDidDismiss2:1;
+} CDAnonymousStruct7;
+
typedef enum {
UIBarButtonItemStylePlain,
UIBarButtonItemStyleBordered,
UINavigationButtonStyleDestructive
} UINavigationButtonStyle;
-enum {
- UIViewAutoresizingNone = 0,
- UIViewAutoresizingFlexibleLeftMargin = 1 << 0,
- UIViewAutoresizingFlexibleWidth = 1 << 1,
- UIViewAutoresizingFlexibleRightMargin = 1 << 2,
- UIViewAutoresizingFlexibleTopMargin = 1 << 3,
- UIViewAutoresizingFlexibleHeight = 1 << 4,
- UIViewAutoresizingFlexibleBottomMargin = 1 << 5,
-}; typedef NSUInteger UIViewAutoresizing;
+typedef enum {
+ UITableViewCellEditingStyleNone,
+ UITableViewCellEditingStyleDelete,
+ UITableViewCellEditingStyleInsert
+} UITableViewCellEditingStyle;
+
+typedef enum {
+ UITableViewCellSeparatorStyleNone,
+ UITableViewCellSeparatorStyleSingleLine
+} UITableViewCellSeparatorStyle;
typedef enum {
- UITransitionNone,
- UITransitionPushFromRight,
- UITransitionPushFromLeft,
- UITransitionPushFromBottom,
- UITransitionFade = 6,
- UITransitionPushFromTop,
+ UITableViewRowAnimationFade,
+ UITableViewRowAnimationRight,
+ UITableViewRowAnimationLeft,
+ UITableViewRowAnimationTop,
+ UITableViewRowAnimationBottom,
+} UITableViewRowAnimation;
+
+typedef enum {
+ UITextAlignmentLeft = 0,
+ UITextAlignmentCenter = 1,
+ UITextAlignmentRight = 2,
+} UITextAlignment;
+
+typedef enum {
+ UITransitionNone = 0,
+ UITransitionPushFromRight = 1,
+ UITransitionPushFromLeft = 2,
+ UITransitionPushFromBottom = 3,
+ UITransitionFade = 6,
+ UITransitionPushFromTop = 7,
} UITransition;
typedef enum {
UIViewAnimationCurveLinear,
} UIViewAnimationCurve;
+enum {
+ UIViewAutoresizingNone = 0,
+ UIViewAutoresizingFlexibleLeftMargin = 1 << 0,
+ UIViewAutoresizingFlexibleWidth = 1 << 1,
+ UIViewAutoresizingFlexibleRightMargin = 1 << 2,
+ UIViewAutoresizingFlexibleTopMargin = 1 << 3,
+ UIViewAutoresizingFlexibleHeight = 1 << 4,
+ UIViewAutoresizingFlexibleBottomMargin = 1 << 5,
+}; typedef NSUInteger UIViewAutoresizing;
+
+#import <UIKit/UIAlertView.h>
#import <UIKit/UIAnimator.h>
#import <UIKit/UIApplication.h>
#import <UIKit/UIBarButtonItem.h>
#import <UIKit/UIButton.h>
#import <UIKit/UIColor.h>
#import <UIKit/UIColor-UIColorSystemColors.h>
+#import <UIKit/UIDevice.h>
#import <UIKit/UIFieldEditor.h>
#import <UIKit/UIFrameAnimation.h>
#import <UIKit/UIFont.h>
#import <UIKit/UIWebView.h>
#import <UIKit/UIWindow.h>
+#import <UIKit/NSIndexPath-UITableView.h>
#import <UIKit/NSString-UIStringDrawing.h>
#import <CoreGraphics/CoreGraphics.h>