UISegmentedControlStyleBar,
} UISegmentedControlStyle;
+typedef enum {
+ UITableViewCellAccessoryNone,
+ UITableViewCellAccessoryDisclosureIndicator,
+ UITableViewCellAccessoryDetailDisclosureButton,
+ UITableViewCellAccessoryCheckmark,
+ UITableViewCellAccessoryDetailButton
+} UITableViewCellAccessoryType;
+
typedef enum {
UITableViewCellEditingStyleNone,
UITableViewCellEditingStyleDelete,
//UIFont *UISystemFontWithSize(CGFloat size);
+void UIGraphicsPushContext(CGContextRef);
+void UIGraphicsPopContext();
+
#ifdef __cplusplus
}
#endif