]>
Commit | Line | Data |
---|---|---|
c21004b9 | 1 | #ifndef CYDIA_UIKITPRIVATE_H |
ffbc8ef2 | 2 | #define CYDIA_UIKITPRIVATE_H |
c21004b9 | 3 | |
f8e0cf06 | 4 | // #include <*> {{{ |
c21004b9 | 5 | #include <GraphicsServices/GraphicsServices.h> |
a68d4636 | 6 | #include <UIKit/UIKit.h> |
f8e0cf06 | 7 | // }}} |
5e640a64 | 8 | // #import <*> {{{ |
aa1e1906 | 9 | #import <WebKit/DOMHTMLIFrameElement.h> |
3cf38067 | 10 | #import <WebKit/WebFrame.h> |
5e640a64 JF |
11 | #import <WebKit/WebPreferences.h> |
12 | // }}} | |
f8e0cf06 | 13 | // typedef enum {*} *; {{{ |
c21004b9 JF |
14 | typedef enum { |
15 | UIGestureAttributeMinDegrees, /*float*/ | |
16 | UIGestureAttributeMaxDegrees, /*float*/ | |
17 | UIGestureAttributeMinScale, /*float*/ | |
18 | UIGestureAttributeMaxScale, /*float*/ | |
19 | UIGestureAttributeIsZoomRubberBandEnabled, /*BOOL*/ | |
20 | UIGestureAttributeZoomsFromCurrentToMinOrMax, /*BOOL*/ | |
21 | UIGestureAttributeVisibleSize, /*CGSize*/ | |
22 | UIGestureAttributeUpdatesScroller, /*BOOL*/ | |
23 | } UIGestureAttribute; | |
24 | ||
25 | typedef enum { | |
26 | UINavigationButtonStyleNormal, | |
27 | UINavigationButtonStyleBack, | |
28 | UINavigationButtonStyleHighlighted, | |
29 | UINavigationButtonStyleDestructive | |
30 | } UINavigationButtonStyle; | |
31 | ||
e67ebdad JF |
32 | static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteSmall(static_cast<UIActivityIndicatorViewStyle>(3)); |
33 | static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleGraySmall(static_cast<UIActivityIndicatorViewStyle>(4)); | |
34 | static const UIActivityIndicatorViewStyle UIActivityIndicatorViewStyleWhiteTiny(static_cast<UIActivityIndicatorViewStyle>(5)); | |
f8e0cf06 | 35 | // }}} |
2634b249 JF |
36 | // #define * * {{{ |
37 | #define UIDataDetectorTypeAutomatic 0x80000000 | |
38 | // }}} | |
39 | // @class Web*; {{{ | |
40 | @class WebDataSource; | |
41 | @class WebScriptObject; | |
c21004b9 | 42 | @class WebView; |
f8e0cf06 | 43 | // }}} |
2634b249 JF |
44 | // @protocol *; {{{ |
45 | @protocol WebPolicyDecisionListener; | |
46 | // }}} | |
47 | ||
48 | // @interface * : UIView {{{ | |
49 | @interface UIFormAssistant : UIView | |
50 | + (UIFormAssistant *) sharedFormAssistant; | |
51 | - (CGRect) peripheralFrame; | |
52 | @end | |
53 | ||
54 | @interface UIKeyboard : UIView | |
55 | + (void) initImplementationNow; | |
56 | @end | |
57 | ||
58 | @interface UIProgressBar : UIView | |
59 | + (CGSize) defaultSize; | |
60 | - (void) setProgress:(float)progress; | |
61 | - (void) setStyle:(NSInteger)style; | |
62 | @end | |
63 | ||
64 | @interface UIProgressHUD : UIView | |
8c9453da | 65 | - (void) hide; |
2634b249 | 66 | - (void) setText:(NSString *)text; |
8c9453da | 67 | - (void) showInView:(UIView *)view; |
2634b249 JF |
68 | @end |
69 | ||
2634b249 JF |
70 | @interface UIScroller : UIView |
71 | - (CGSize) contentSize; | |
72 | - (void) setDirectionalScrolling:(BOOL)directional; | |
73 | - (void) setEventMode:(NSInteger)mode; | |
74 | - (void) setOffset:(CGPoint)offset; | |
75 | - (void) setScrollDecelerationFactor:(float)factor; | |
76 | - (void) setScrollHysteresis:(float)hysteresis; | |
4886cc81 | 77 | - (void) setScrollerIndicatorStyle:(UIScrollViewIndicatorStyle)style; |
2634b249 JF |
78 | - (void) setThumbDetectionEnabled:(BOOL)enabled; |
79 | @end | |
80 | ||
81 | @interface UITextLabel : UIView | |
82 | - (void) setCentersHorizontally:(BOOL)centers; | |
83 | - (void) setColor:(UIColor *)color; | |
84 | - (void) setFont:(UIFont *)font; | |
85 | - (void) setText:(NSString *)text; | |
86 | @end | |
87 | ||
7585ce66 JF |
88 | @interface UITransitionView : UIView |
89 | @end | |
90 | ||
2634b249 JF |
91 | @interface UIWebDocumentView : UIView |
92 | - (CGRect) documentBounds; | |
93 | - (void) enableReachability; | |
94 | - (void) loadRequest:(NSURLRequest *)request; | |
95 | - (void) redrawScaledDocument; | |
96 | - (void) setAllowsImageSheet:(BOOL)allows; | |
97 | - (void) setAllowsMessaging:(BOOL)allows; | |
98 | - (void) setAutoresizes:(BOOL)autoresizes; | |
99 | - (void) setContentsPosition:(NSInteger)position; | |
2634b249 JF |
100 | - (void) setDrawsBackground:(BOOL)draws; |
101 | - (void) _setDocumentType:(NSInteger)type; | |
102 | - (void) setDrawsGrid:(BOOL)draws; | |
103 | - (void) setInitialScale:(float)scale forDocumentTypes:(NSInteger)types; | |
104 | - (void) setLogsTilingChanges:(BOOL)logs; | |
105 | - (void) setMinimumScale:(float)scale forDocumentTypes:(NSInteger)types; | |
106 | - (void) setMinimumSize:(CGSize)size; | |
107 | - (void) setMaximumScale:(float)scale forDocumentTypes:(NSInteger)tpyes; | |
108 | - (void) setSmoothsFonts:(BOOL)smooths; | |
109 | - (void) setTileMinificationFilter:(NSString *)filter; | |
110 | - (void) setTileSize:(CGSize)size; | |
111 | - (void) setTilingEnabled:(BOOL)enabled; | |
112 | - (void) setViewportSize:(CGSize)size forDocumentTypes:(NSInteger)types; | |
113 | - (void) setZoomsFocusedFormControl:(BOOL)zooms; | |
114 | - (void) useSelectionAssistantWithMode:(NSInteger)mode; | |
115 | - (WebView *) webView; | |
116 | @end | |
d49718a1 JF |
117 | |
118 | @interface UIWebViewWebViewDelegate : NSObject { | |
119 | @public UIWebView *uiWebView; | |
120 | } | |
0291a3a6 JF |
121 | |
122 | - (void) _clearUIWebView; | |
123 | ||
d49718a1 | 124 | @end |
2634b249 JF |
125 | // }}} |
126 | // @interface *Button : * {{{ | |
127 | @interface UINavigationButton : UIButton | |
128 | - (id) initWithTitle:(NSString *)title style:(UINavigationButtonStyle)style; | |
129 | - (void) setBarStyle:(UIBarStyle)style; | |
130 | @end | |
131 | ||
132 | @interface UIPushButton : UIControl | |
133 | - (id) backgroundForState:(NSUInteger)state; | |
134 | - (void) setAutosizesToFit:(BOOL)autosizes; | |
135 | - (void) setBackground:(id)background forState:(NSUInteger)state; | |
136 | - (void) setDrawsShadow:(BOOL)draws; | |
137 | - (void) setStretchBackground:(BOOL)stretch; | |
138 | - (void) setTitle:(NSString *)title; | |
139 | - (void) setTitleFont:(UIFont *)font; | |
140 | @end | |
141 | ||
142 | @interface UIThreePartButton : UIPushButton | |
143 | @end | |
144 | // }}} | |
145 | // @interface * : NS* {{{ | |
146 | @interface WebDefaultUIKitDelegate : NSObject | |
147 | + (WebDefaultUIKitDelegate *) sharedUIKitDelegate; | |
148 | @end | |
149 | // }}} | |
4f651400 JF |
150 | // @interface UIWeb* : * {{{ |
151 | @interface UIWebBrowserView : UIWebDocumentView | |
152 | @end | |
153 | ||
154 | @interface UIWebTouchEventsGestureRecognizer : UIGestureRecognizer | |
155 | - (int) type; | |
156 | - (NSString *) _typeDescription; | |
157 | @end | |
158 | // }}} | |
b1497b56 JF |
159 | // @interface WAK* : * {{{ |
160 | @interface WAKWindow : NSObject | |
161 | + (BOOL) hasLandscapeOrientation; | |
162 | @end | |
163 | // }}} | |
c21004b9 | 164 | |
f8e0cf06 | 165 | // @interface NS* (*) {{{ |
4825f34a JF |
166 | @interface NSMutableURLRequest (Apple) |
167 | - (void) setHTTPShouldUsePipelining:(BOOL)pipelining; | |
168 | @end | |
169 | ||
c21004b9 | 170 | @interface NSString (Apple) |
c21004b9 JF |
171 | - (NSString *) stringByAddingPercentEscapes; |
172 | - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to; | |
173 | @end | |
174 | ||
175 | @interface NSURL (Apple) | |
176 | - (BOOL) isGoogleMapsURL; | |
177 | - (BOOL) isSpringboardHandledURL; | |
178 | // XXX: make this an enum | |
179 | - (NSURL *) itmsURL:(NSInteger *)store; | |
180 | - (NSURL *) mapsURL; | |
181 | - (NSURL *) phobosURL; | |
182 | - (NSURL *) youTubeURL; | |
183 | @end | |
184 | ||
5a652738 JF |
185 | @interface NSURLRequest (Apple) |
186 | + (BOOL) allowsAnyHTTPSCertificateForHost:(NSString *)host; | |
187 | + (void) setAllowsAnyHTTPSCertificate:(BOOL)allow forHost:(NSString *)host; | |
188 | @end | |
189 | ||
c21004b9 JF |
190 | @interface NSValue (Apple) |
191 | + (NSValue *) valueWithSize:(CGSize)size; | |
192 | @end | |
f8e0cf06 JF |
193 | // }}} |
194 | // @interface UI* (*) {{{ | |
c21004b9 | 195 | @interface UIActionSheet (Apple) |
9daa7f25 | 196 | - (void) setContext:(NSString *)context; |
c21004b9 JF |
197 | - (NSString *) context; |
198 | @end | |
199 | ||
200 | @interface UIAlertView (Apple) | |
201 | - (void) addTextFieldWithValue:(NSString *)value label:(NSString *)label; | |
202 | - (id) buttons; | |
203 | - (NSString *) context; | |
204 | - (void) setContext:(NSString *)context; | |
205 | - (void) setNumberOfRows:(int)rows; | |
206 | - (void) setRunsModal:(BOOL)modal; | |
207 | - (UITextField *) textField; | |
208 | - (UITextField *) textFieldAtIndex:(NSUInteger)index; | |
209 | - (void) _updateFrameForDisplay; | |
210 | @end | |
211 | ||
212 | @interface UIApplication (Apple) | |
213 | - (void) applicationSuspend:(GSEventRef)event; | |
214 | - (void) _animateSuspension:(BOOL)suspend duration:(double)duration startTime:(double)start scale:(float)scale; | |
215 | - (void) applicationOpenURL:(NSURL *)url; | |
216 | - (void) applicationWillResignActive:(UIApplication *)application; | |
217 | - (void) applicationWillSuspend; | |
218 | - (void) launchApplicationWithIdentifier:(NSString *)identifier suspended:(BOOL)suspended; | |
8ea72491 | 219 | - (void) openURL:(NSURL *)url asPanel:(BOOL)panel; |
c21004b9 JF |
220 | - (void) setStatusBarShowsProgress:(BOOL)shows; |
221 | - (void) _setSuspended:(BOOL)suspended; | |
222 | - (void) terminateWithSuccess; | |
223 | @end | |
224 | ||
225 | @interface UIBarButtonItem (Apple) | |
226 | - (UIView *) view; | |
227 | @end | |
228 | ||
4985045e JF |
229 | @interface UIColor (Apple) |
230 | + (UIColor *) pinStripeColor; | |
231 | @end | |
232 | ||
c21004b9 JF |
233 | @interface UIControl (Apple) |
234 | - (void) addTarget:(id)target action:(SEL)action forEvents:(NSInteger)events; | |
235 | @end | |
236 | ||
3e5a9f5d JF |
237 | @interface UIDevice (Apple) |
238 | - (NSString *) uniqueIdentifier; | |
239 | @end | |
240 | ||
c21004b9 JF |
241 | @interface UIImage (Apple) |
242 | + (UIImage *) applicationImageNamed:(NSString *)name; | |
243 | + (UIImage *) imageAtPath:(NSString *)path; | |
244 | @end | |
245 | ||
246 | @interface UINavigationBar (Apple) | |
247 | + (CGSize) defaultSize; | |
248 | - (UIBarStyle) _barStyle:(BOOL)style; | |
249 | @end | |
250 | ||
2634b249 JF |
251 | @interface UIScrollView (Apple) |
252 | - (void) setScrollingEnabled:(BOOL)enabled; | |
253 | - (void) setShowBackgroundShadow:(BOOL)show; | |
254 | @end | |
255 | ||
c21004b9 JF |
256 | @interface UISearchBar (Apple) |
257 | - (UITextField *) searchField; | |
258 | @end | |
259 | ||
7585ce66 JF |
260 | @interface UITabBarController (Apple) |
261 | - (UITransitionView *) _transitionView; | |
92860339 GP |
262 | - (void) concealTabBarSelection; |
263 | - (void) revealTabBarSelection; | |
7585ce66 JF |
264 | @end |
265 | ||
c21004b9 JF |
266 | @interface UITabBarItem (Apple) |
267 | - (void) setAnimatedBadge:(BOOL)animated; | |
e67ebdad | 268 | - (UIView *) view; |
c21004b9 JF |
269 | @end |
270 | ||
271 | @interface UITableViewCell (Apple) | |
272 | - (float) selectionPercent; | |
555aaf71 | 273 | - (void) _updateHighlightColorsForView:(id)view highlighted:(BOOL)highlighted; |
c21004b9 JF |
274 | @end |
275 | ||
276 | @interface UITextField (Apple) | |
277 | - (UITextInputTraits *) textInputTraits; | |
278 | @end | |
279 | ||
280 | @interface UITextView (Apple) | |
281 | - (UIFont *) font; | |
282 | - (void) setAllowsRubberBanding:(BOOL)rubberbanding; | |
283 | - (void) setFont:(UIFont *)font; | |
284 | - (void) setMarginTop:(int)margin; | |
285 | - (void) setTextColor:(UIColor *)color; | |
286 | @end | |
287 | ||
288 | @interface UIView (Apple) | |
2634b249 JF |
289 | - (UIScroller *) _scroller; |
290 | - (void) setClipsSubviews:(BOOL)clips; | |
c21004b9 | 291 | - (void) setEnabledGestures:(NSInteger)gestures; |
2634b249 | 292 | - (void) setFixedBackgroundPattern:(BOOL)fixed; |
c21004b9 JF |
293 | - (void) setGestureDelegate:(id)delegate; |
294 | - (void) setNeedsDisplayOnBoundsChange:(BOOL)needs; | |
295 | - (void) setValue:(NSValue *)value forGestureAttribute:(NSInteger)attribute; | |
296 | - (void) setZoomScale:(float)scale duration:(double)duration; | |
297 | - (void) _setZoomScale:(float)scale duration:(double)duration; | |
e67ebdad | 298 | - (void) setOrigin:(CGPoint)origin; |
c21004b9 JF |
299 | @end |
300 | ||
301 | @interface UIViewController (Apple) | |
302 | - (void) _updateLayoutForStatusBarAndInterfaceOrientation; | |
2fcb1d49 | 303 | - (void) unloadView; |
c21004b9 JF |
304 | @end |
305 | ||
306 | @interface UIWindow (Apple) | |
307 | - (UIResponder *) firstResponder; | |
308 | - (void) makeKey:(UIApplication *)application; | |
309 | - (void) orderFront:(UIApplication *)application; | |
310 | @end | |
c21004b9 | 311 | |
2634b249 JF |
312 | @interface UIWebView (Apple) |
313 | - (UIWebDocumentView *) _documentView; | |
314 | - (UIScrollView *) _scrollView; | |
c21004b9 | 315 | - (UIScroller *) _scroller; |
7e37a676 | 316 | - (void) _updateViewSettings; |
72bdb258 | 317 | - (void) webView:(WebView *)view addMessageToConsole:(NSDictionary *)message; |
2634b249 JF |
318 | //- (WebView *) webView:(WebView *)view createWebViewWithRequest:(NSURLRequest *)request; |
319 | - (void) webView:(WebView *)view decidePolicyForNavigationAction:(NSDictionary *)action request:(NSURLRequest *)request frame:(WebFrame *)frame decisionListener:(id<WebPolicyDecisionListener>)listener; | |
320 | - (void) webView:(WebView *)view decidePolicyForNewWindowAction:(NSDictionary *)action request:(NSURLRequest *)request newFrameName:(NSString *)name decisionListener:(id<WebPolicyDecisionListener>)listener; | |
321 | - (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame; | |
64ffa332 | 322 | - (void) webView:(WebView *)view didCommitLoadForFrame:(WebFrame *)frame; |
2634b249 JF |
323 | - (void) webView:(WebView *)view didFailLoadWithError:(NSError *)error forFrame:(WebFrame *)frame; |
324 | - (void) webView:(WebView *)view didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame; | |
c21004b9 | 325 | - (void) webView:(WebView *)view didFinishLoadForFrame:(WebFrame *)frame; |
2634b249 JF |
326 | - (void) webView:(WebView *)view didReceiveTitle:(id)title forFrame:(id)frame; |
327 | - (void) webView:(WebView *)view didStartProvisionalLoadForFrame:(WebFrame *)frame; | |
328 | - (NSURLRequest *) webView:(WebView *)view resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)source; | |
329 | - (void) webView:(WebView *)view runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame; | |
330 | - (BOOL) webView:(WebView *)view runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame; | |
331 | - (NSString *) webView:(WebView *)view runJavaScriptTextInputPanelWithPrompt:(NSString *)prompt defaultText:(NSString *)text initiatedByFrame:(WebFrame *)frame; | |
332 | - (void) webViewClose:(WebView *)view; | |
c21004b9 | 333 | @end |
f8e0cf06 | 334 | // }}} |
5e640a64 | 335 | // @interface Web* (*) {{{ |
3cf38067 JF |
336 | @interface WebFrame (Apple) |
337 | - (void) setNeedsLayout; | |
338 | @end | |
339 | ||
5e640a64 JF |
340 | @interface WebPreferences (Apple) |
341 | + (void) _setInitialDefaultTextEncodingToSystemEncoding; | |
342 | - (void) _setLayoutInterval:(NSInteger)interval; | |
343 | - (void) setOfflineWebApplicationCacheEnabled:(BOOL)enabled; | |
344 | @end | |
345 | // }}} | |
c21004b9 | 346 | |
89b0ea4a JF |
347 | // #ifndef AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER {{{ |
348 | #ifndef AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER | |
349 | #define AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER | |
670fdb01 | 350 | // XXX: this is a random jumble of garbage |
89b0ea4a JF |
351 | |
352 | typedef enum { | |
353 | UIModalPresentationFullScreen, | |
354 | UIModalPresentationPageSheet, | |
355 | UIModalPresentationFormSheet, | |
356 | UIModalPresentationCurrentContext, | |
357 | } UIModalPresentationStyle; | |
c21004b9 | 358 | |
1f984572 | 359 | #define kSCNetworkReachabilityFlagsConnectionOnTraffic kSCNetworkReachabilityFlagsConnectionAutomatic |
1f984572 | 360 | |
ad5271ca JF |
361 | #define UIBarStyleBlack UIBarStyleBlackOpaque |
362 | ||
89b0ea4a JF |
363 | @class NSUndoManager; |
364 | @class UIPasteboard; | |
365 | ||
b2a77283 JF |
366 | @interface UIActionSheet (iPad) |
367 | - (void) showFromBarButtonItem:(UIBarButtonItem *)item animated:(BOOL)animated; | |
368 | @end | |
369 | ||
89b0ea4a JF |
370 | @interface UIViewController (iPad) |
371 | - (void) setModalPresentationStyle:(UIModalPresentationStyle)style; | |
372 | @end | |
373 | ||
b971f083 JF |
374 | @interface UIApplication (iOS_3_0) |
375 | @property(nonatomic) BOOL applicationSupportsShakeToEdit; | |
376 | @end | |
377 | ||
9c1605e2 | 378 | @interface UIScrollView (iOS_3_0) |
df19d370 | 379 | @property(assign,nonatomic) float decelerationRate; |
9c1605e2 JF |
380 | @end |
381 | ||
635c55b4 | 382 | @interface UIWebView (iOS_3_0) |
df19d370 | 383 | @property(assign,nonatomic) NSUInteger dataDetectorTypes; |
635c55b4 JF |
384 | @end |
385 | ||
9c1605e2 JF |
386 | extern float const UIScrollViewDecelerationRateNormal; |
387 | ||
89b0ea4a JF |
388 | #endif//AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER |
389 | // }}} | |
670fdb01 JF |
390 | // #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000 {{{ |
391 | #if __IPHONE_OS_VERSION_MIN_REQUIRED < 30000 | |
392 | ||
393 | #define kSCNetworkReachabilityFlagsConnectionOnDemand (1 << 5) | |
7154cb90 | 394 | #define kCFCoreFoundationVersionNumber_iPhoneOS_3_0 478.47 |
670fdb01 JF |
395 | |
396 | #endif | |
397 | // }}} | |
89b0ea4a | 398 | |
c6bcc0c1 JF |
399 | #ifndef kCFCoreFoundationVersionNumber_iPhoneOS_4_0 |
400 | #define kCFCoreFoundationVersionNumber_iPhoneOS_4_0 550.32 | |
401 | #endif | |
402 | ||
6445279b JF |
403 | @interface UITabBarItem (iOS_7_0) |
404 | - (id) initWithTitle:(NSString *)title image:(UIImage *)image selectedImage:(UIImage *)selectedImage; | |
405 | @end | |
406 | ||
57e8b225 JF |
407 | @interface UIScreen (iOS_4_0) |
408 | @property(nonatomic,readonly) CGFloat scale; | |
409 | @end | |
410 | ||
aa1e1906 JF |
411 | @interface DOMHTMLIFrameElement (IDL) |
412 | - (WebFrame *) contentFrame; | |
413 | @end | |
414 | ||
89b0ea4a JF |
415 | // extern *; {{{ |
416 | extern CFStringRef const kGSDisplayIdentifiersCapability; | |
417 | extern float const UIWebViewGrowsAndShrinksToFitHeight; | |
418 | extern float const UIWebViewScalesToFitScale; | |
f8e0cf06 JF |
419 | // }}} |
420 | // extern "C" *(); {{{ | |
bb0fe3c9 | 421 | extern "C" void *reboot2(uint64_t flags); |
0e371502 | 422 | extern "C" mach_port_t SBSSpringBoardServerPort(); |
8c5b623f | 423 | extern "C" int SBBundlePathForDisplayIdentifier(mach_port_t port, const char *identifier, char *path); |
c21004b9 JF |
424 | extern "C" UIImage *_UIImageWithName(NSString *name); |
425 | extern "C" void UISetColor(CGColorRef color); | |
f8e0cf06 | 426 | // }}} |
c21004b9 JF |
427 | |
428 | #endif//CYDIA_UIKITPRIVATE_H |