forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBApplication.h
443 lines (434 loc) · 18 KB
/
SBApplication.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
@class BKSCFBundle, BKSMachSendRight, BKSProcessAssertion, NSArray, NSDate, NSDictionary, NSHashTable, NSMapTable, NSMutableSet, NSSet, NSString, NSTimer, PCPersistentTimer, SBActivationContext, SBAppContextHostManager, SBDefaultImageInfo, UIColor, UILocalNotification, UIRemoteApplication;
typedef struct _MISProfile MISProfile;
typedef MISProfile * MISProfileRef;
@interface SBApplication : NSObject // <SBSystemLocalNotificationAlertDelegate, SBDisplayProtocol>
{
NSString *_bundleIdentifier;
NSString *_displayIdentifier;
NSString *_path;
NSString *_bundleVersion;
NSArray *_defaultImageNames;
NSArray *_folderNames;
NSString *_fallbackFolderName;
NSDictionary *_searchDomainLaunchInfo;
BKSCFBundle *_cachedBundle;
BKSMachSendRight *_xpcEventPort;
int _activationState;
int _lastExitType;
NSTimeInterval _modificationDate;
int _pid;
SBAppContextHostManager *_contextHostManager;
NSString *_displayName;
NSArray *_tags;
UIRemoteApplication *_remoteApplication;
NSString *_sandboxPath;
NSString *_signerIdentity;
NSUInteger _monitoringLocaleAndTimeChanges:1;
NSSet *_alertSuppressionContexts;
NSUInteger _doingBackgroundNetworking:16;
NSUInteger _failedLaunchCount:8;
NSUInteger _provisioningProfileValidated:1;
NSUInteger _enabled:1;
NSUInteger _isSystemApplication:1;
NSUInteger _isSystemProvisioningApplication:1;
NSUInteger _hasMiniAlerts:1;
NSUInteger _dataFlagsIsSet:1;
NSUInteger _isGameCenterEnabled:1;
NSUInteger _wasGameCenterEverEnabled:1;
NSUInteger _supportsAudioBackgroundMode:1;
NSUInteger _supportsLocationBackgroundMode:1;
NSUInteger _supportsVOIPBackgroundMode:1;
NSUInteger _supportsEABackgroundMode:1;
NSUInteger _supportsContinuousBackgroundMode:1;
NSUInteger _wantsUnboundedTaskCompletionAssertions:1;
NSUInteger _prefersSavedSnapshots:1;
NSUInteger _suspendingUnsupported;
NSUInteger _hasBeenFrontmost:1;
NSUInteger _requiresHiDPI:1;
NSUInteger _supportsPortraitOrientation:1;
NSUInteger _supportsPortraitUpsideDownOrientation:1;
NSUInteger _supportsLandscapeLeftOrientation:1;
NSUInteger _supportsLandscapeRightOrientation:1;
NSUInteger _shouldDisableMallocCorruptionAbort:1;
NSUInteger _terminationAssertions:8;
NSUInteger _terminationAssertionsForCacheCleaning:8;
int _supportedTypes;
int _isClassic;
BOOL _runningInClassicMode;
BOOL _calculatedSupportedTypes;
BOOL _hasViewServiceEntitlement;
NSUInteger _defaultStatusBarStyle:8;
BOOL _defaultStatusBarHidden;
UIColor *_defaultStatusBarTintColor;
NSUInteger _defaultInterfaceOrientation:8;
NSUInteger _defaultInterfaceOrientationOverride:8;
NSUInteger _interfaceOrientationOverrideSet:1;
NSUInteger _sbUsesNetwork:8;
NSUInteger _dataFlags:8;
NSUInteger _hasShownDataPlanAlertSinceLock:1;
NSUInteger _launchAlerts:8;
NSUInteger _isLaunchableDuringSetup:1;
int _ratingRank;
Class _iconClass;
NSArray *_customMachServices;
NSArray *_externalAccessoryProtocols;
NSDictionary *_customSpotlightIconPaths;
NSMutableSet *_requireLocalNotificationsCachingReasons;
NSArray *_cachedLocalNotifications;
NSUInteger _applicationState;
struct _opaque_pthread_mutex_t _appBundleMutex;
NSDate *_nextApplicationWakeDate;
PCPersistentTimer *_applicationWakeTimer;
PCPersistentTimer *_localNotificationTimer;
UILocalNotification *_pendingLocalNotification;
BKSProcessAssertion *_transientProcessAssertion;
NSTimer *_transientSuspendTimer;
int _transientAssertionType;
BKSProcessAssertion *_periodicWakeProcessAssertion;
NSTimer *_periodicWakeSuspendTimer;
BKSProcessAssertion *_simpleRemoteActionProcessAssertion;
int _activationCount;
NSMapTable *_displayValues;
NSMapTable *_activationValues;
NSMapTable *_deactivationValues;
NSHashTable *_displayFlags;
NSHashTable *_activationFlags;
NSHashTable *_deactivationFlags;
NSUInteger _defaultImageInfoCount;
SBDefaultImageInfo *_defaultImageInfo;
NSMutableSet *_suppressVolumeHudCategories;
CGFloat _accelerometerSampleInterval;
NSMutableSet *_idleTimerDisabledReasons;
NSUInteger _expectsFaceContact:1;
NSUInteger _expectsFaceContactInLandscape:1;
NSUInteger _orientationChangedEventsEnabled:1;
NSUInteger _proximityEventsEnabled:1;
NSUInteger _isBeingDebugged:1;
NSUInteger _isRunning:1;
NSUInteger _isAnimatingActivation:1;
NSUInteger _isAnimatingDeactivation:1;
NSUInteger _showsProgress;
int _applicationRestorationCheckState;
CGFloat _minimumBrightnessLevel;
NSArray *_domainsToPreheat;
}
+ (id)defaultValueForKey:(id)arg1 displayIdentifier:(id)arg2 urlScheme:(id)arg3;
+ (void)setDefaultValue:(id)arg1 forKey:(id)arg2 displayIdentifier:(id)arg3;
+ (id)_defaultDisplayState;
+ (void)flushLaunchAlertsOfType:(int)arg1;
+ (BOOL)activationStateIsTransitory:(int)arg1;
+ (void)initialize;
+ (void)removeCachedSnapshotsMatchingPath:(id)arg1;
+ (void)removeCachedSnapshotSurface:(void *)arg1 forPath:(id)arg2;
+ (void)setCachedSnapshotSurface:(void *)arg1 forPath:(id)arg2;
+ (void *)cachedSnapshotSurfaceForPath:(id)arg1;
+ (id)systemSnapshotsDirectory;
@property(retain, nonatomic) BKSMachSendRight *xpcEventPort; // @synthesize xpcEventPort=_xpcEventPort;
@property(readonly, nonatomic) int pid; // @synthesize pid=_pid;
@property(copy) NSString *displayIdentifier; // @synthesize displayIdentifier=_displayIdentifier;
@property(copy, nonatomic) SBActivationContext *activationContext;
- (id)domainsToPreheat;
- (id)deactivationSettingsDescription;
- (id)descriptionForDeactivationSetting:(NSUInteger)arg1;
- (id)activationSettingsDescription;
- (id)descriptionForActivationSetting:(NSUInteger)arg1;
- (id)displaySettingsDescription;
- (id)descriptionForDisplaySetting:(NSUInteger)arg1;
- (id)description;
- (id)deactivationSettings;
- (id)activationSettings;
- (id)launchSettings;
- (NSUInteger)eventPort;
- (BOOL)hasStartedLaunching;
- (BOOL)isRunning;
- (BOOL)isRecordingAudio;
- (BOOL)suppressesNotifications;
- (float)minimumBrightnessLevel;
- (BOOL)showSystemVolumeHUDForCategory:(id)arg1;
- (void)setSystemVolumeHUDEnabled:(BOOL)arg1 forCategory:(id)arg2;
- (BOOL)showsProgress;
- (void)setShowsProgress:(BOOL)arg1;
- (BOOL)proximityEventsEnabled;
- (void)setProximityEventsEnabled:(BOOL)arg1;
- (BOOL)orientationChangedEventsEnabled;
- (void)setOrientationChangedEventsEnabled:(BOOL)arg1;
- (double)accelerometerSampleInterval;
- (void)setAccelerometerSampleInterval:(double)arg1;
- (BOOL)expectsFaceContactInLandscape;
- (BOOL)expectsFaceContact;
- (void)setExpectsFaceContact:(BOOL)arg1 inLandscape:(BOOL)arg2;
- (void)deactivate;
- (void)activate;
- (void)setExpectsFaceContact:(BOOL)arg1;
- (id)idleTimerDisabledReasons;
- (void)setIdleTimerDisabled:(BOOL)arg1 forReason:(id)arg2;
- (int)effectiveStatusBarStyle;
- (int)resolvedStatusBarStyle;
- (int)launchingInterfaceOrientationForCurrentOrientation;
- (int)statusBarOrientation;
- (BOOL)statusBarHidden;
- (BOOL)allowsEventOnlySuspension;
- (BOOL)deactivationFlag:(NSUInteger)arg1;
- (id)deactivationValue:(NSUInteger)arg1;
- (void)setDeactivationSetting:(NSUInteger)arg1 value:(id)arg2;
- (void)setDeactivationSetting:(NSUInteger)arg1 flag:(BOOL)arg2;
- (void)clearDeactivationSettings;
- (void)_bumpActivationCountBy:(int)arg1;
- (id)_deactivationFlags;
- (id)_deactivationValues;
- (void)markUserLaunchInitiationTime;
- (BOOL)activationFlag:(NSUInteger)arg1;
- (id)activationValue:(NSUInteger)arg1;
- (void)setActivationSetting:(NSUInteger)arg1 value:(id)arg2;
- (void)setActivationSetting:(NSUInteger)arg1 flag:(BOOL)arg2;
- (void)clearActivationSettings;
- (id)_activationFlags;
- (id)_activationValues;
- (BOOL)displayFlag:(NSUInteger)arg1;
- (id)displayValue:(NSUInteger)arg1;
- (void)setDisplaySetting:(NSUInteger)arg1 value:(id)arg2;
- (void)setDisplaySetting:(NSUInteger)arg1 flag:(BOOL)arg2;
- (void)clearDisplaySettings;
- (id)_newFlagTable;
- (id)_newValueTable;
- (id)urlScheme;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (id)defaultImagePathForCurrentOrientationWithName:(id)arg1;
- (id)_currentDefaultPNGName;
- (BOOL)_applicationDoesNotHaveRestorationArchive;
- (void)_suspendForPeriodicWakeTimerFired:(id)arg1;
- (void)_dropPeriodicWakeProcessAssertion;
- (void)_resumeForPeriodicWakeWithReason:(id)arg1;
- (id)_localizedGenreFromDictionary:(id)arg1;
- (id)_localizedGenreNameForID:(int)arg1;
- (id)_copyApplicationMetadata;
- (void)_dropTransientProcessAssertion;
- (void)_cancelProcessAssertionForSimpleRemoteAction;
- (void)sendSimpleRemoteAction:(int)arg1;
- (void)takeAssertionWithTimeoutForSimpleRemoteAction;
- (void)setNowPlayingWithAudio:(BOOL)arg1;
- (void)_transientSuspendForTimerFired:(id)arg1;
- (void)_transientResumeForType:(int)arg1;
- (double)_resumeDurationForTransientType:(int)arg1;
- (id)_transientIdentifier;
- (void)resumeForContentAvailable;
- (void)resumeToQuit;
- (void)notifyResumeActiveForReason:(int)arg1;
- (void)notifyResignActiveForReason:(int)arg1;
- (void)decrementTerminationAssertionCountForReason:(unsigned char)arg1;
- (void)incrementTerminationAssertionCountForReason:(unsigned char)arg1;
- (BOOL)isCacheCleaningTerminationAssertionHeld;
- (BOOL)isAnyTerminationAssertionHeld;
- (void)resetLaunchAlertForType:(int)arg1;
- (BOOL)showLaunchAlertForType:(int)arg1;
- (void)_purgeRemoteApplication;
- (id)remoteApplication;
- (void)prepareForUninstallation;
- (id)externalAccessoryProtocols;
- (BOOL)provisioningProfileValidated;
- (void)markApplicationIdentityAsTrusted;
- (id)_expirationDateForProvisioningProfile;
- (BOOL)_doesProfileMatchSignerIdentity:(MISProfileRef)arg1;
- (BOOL)_signatureNeedsExplicitUserTrust;
- (int)applicationSignatureState;
- (id)signerIdentity;
- (BOOL)wantsUnboundedTaskCompletionAssertions;
- (BOOL)supportsContinuousBackgroundMode;
- (BOOL)supportsEABackgroundMode;
- (BOOL)supportsVOIPBackgroundMode;
- (BOOL)supportsLocationBackgroundMode;
- (BOOL)supportsAudioBackgroundMode;
- (int)activationState;
- (void)_calculateSupportedTypesFromInfoDictionary:(id)arg1;
- (void)_sendDidLaunchNotification:(BOOL)arg1;
- (void)_setActivationState:(int)arg1;
- (id)_activationStateToString;
- (id)_stringForActivationState:(int)arg1;
- (void)setHasBeenFrontmost:(BOOL)arg1;
- (BOOL)hasBeenFrontmost;
- (NSUInteger)applicationState;
- (void)setApplicationState:(NSUInteger)arg1;
- (id)preferenceDomain;
- (id)sandboxPath;
- (void)setSandboxPath:(id)arg1;
- (void)_unregisterRemoteViewsAndSheets;
- (void)hideContextHostViewForRequester:(id)arg1;
- (void)setContextHostManager:(id)arg1;
- (void)_setContextHostManager:(id)arg1;
- (void)clearContextHostManager;
- (void)_clearContextHostManager;
- (id)contextHostManager;
- (void)disableContextHostingForRequester:(id)arg1;
- (void)enableContextHostingForLowPriorityRequester:(id)arg1;
- (void)enableContextHostingForRequester:(id)arg1 orderFront:(BOOL)arg2;
- (id)contextHostViewForRequester:(id)arg1 enableAndOrderFront:(BOOL)arg2;
- (id)contextHostViewForRequester:(id)arg1;
- (BOOL)isContextHostingEnabled;
- (void)_purgeCachedLocalNotifications;
- (id)getPendingLocalNotification;
- (void)systemLocalNotificationAlertShouldSnooze:(id)arg1 forApplication:(id)arg2;
- (void)systemLocalNotificationAlertShouldLaunch:(id)arg1 forApplication:(id)arg2;
- (void)_fireNotification:(id)arg1;
- (void)localNotificationTimerFired;
- (void)_updateLocalNotificationTimers;
- (void)_setMonitoringForLocaleAndTimeChanges:(BOOL)arg1;
- (id)_lastLocalNotificationFireDate;
- (void)_setLastLocalNotificationFireDate:(id)arg1;
- (void)_dismissAllSystemLocalNotificationAlerts;
- (BOOL)badgeHasBeenSetLocally;
- (void)noteBadgeSetLocally;
- (BOOL)usesLocalNotifications;
- (void)cancelLocalNotification:(id)arg1;
- (void)scheduleLocalNotifications:(id)arg1 replaceExistingNotifications:(BOOL)arg2;
- (id)scheduledLocalNotifications;
- (void)_setPendingLocalNotificationFromBulletin:(id)arg1;
- (id)_copyUnexpiredScheduledLocalNotifications;
- (void)_setScheduledLocalNotifications:(id)arg1;
- (id)_scheduledLocalNotifications;
- (void)_endRequireLocalNotificationsCachingWithReason:(id)arg1;
- (void)_beginRequireLocalNotificationsCachingWithReason:(id)arg1;
- (void)_setupLocalNotificationLogging;
- (id)loggingIdentifier;
- (void)noteDidOpenURL:(id)arg1;
- (void)spdResumeForTrafficRequested;
- (void)wakeTimerFired;
- (void)_updateApplicationWakeTimers;
- (void)setApplicationNextWakeDate:(id)arg1;
- (id)applicationNextWakeDate;
- (BOOL)classicDefaultStatusBarHidden;
- (BOOL)classicAppZoomedInOrRequiresHiDPI;
- (BOOL)classicAppRequiresHiDPI;
- (BOOL)classicAppZoomedIn;
- (BOOL)supportsApplicationType:(int)arg1;
- (void)_setIsClassic:(BOOL)arg1;
- (BOOL)isClassic;
- (void)_calculateSupportedTypesLazilyIfNecessary;
- (int)_launchingInterfaceOrientationForOrientation:(int)arg1;
- (void)removeDefaultInterfaceOrientationOverride;
- (void)overrideDefaultInterfaceOrientation:(int)arg1;
- (void)_notifyOfStatusBarTintOverride:(BOOL)arg1 withColor:(id)arg2;
- (id)statusBarTintColor;
- (BOOL)defaultStatusBarHidden;
- (int)defaultStatusBarStyle;
- (int)statusBarStyle;
- (void)autoLaunchIfNecessaryOnBootOrInstall:(BOOL)arg1;
- (BOOL)shouldAutoRelaunchAfterExit;
- (BOOL)shouldAutoLaunchOnBootOrInstall;
- (BOOL)_shouldAutoLaunchOnBootOrInstall:(BOOL)arg1;
- (BOOL)_shouldAutoRelaunchForEA;
- (void)_setAutoLaunchForVoIP:(BOOL)arg1;
- (void)_setHasBeenLaunched;
- (void)markNewlyInstalled;
- (BOOL)isNewlyInstalled;
- (BOOL)_shouldAutoLaunchForVoIP;
- (void)didAnimateDeactivation;
- (void)willAnimateDeactivation;
- (void)didAnimateActivation;
- (void)willAnimateActivation;
- (void)didDeactivateForEventsOnly:(BOOL)arg1;
- (void)willDeactivateForEventsOnly:(BOOL)arg1;
- (void)didFailToActivate;
- (void)didActivate;
- (void)_updateOrientationForActivationIfNecessary;
- (void)willActivate;
- (void)didSuspend;
- (void)didExitWithInfo:(id)arg1 type:(int)arg2;
- (void)didLaunch:(id)arg1;
- (void)didBeginLaunch:(id)arg1;
- (void)setRunning:(BOOL)arg1;
- (void)setProcessInfo:(id)arg1;
- (void)_setRunning:(BOOL)arg1;
- (void)_setProcessInfo:(id)arg1;
- (id)fallbackFolderName;
- (id)folderNames;
- (int)ratingRank;
- (BOOL)isBeingDebugged;
- (void)setBeingDebugged:(BOOL)arg1;
- (void)setDisplayName:(id)arg1;
- (id)displayName;
- (Class)iconClass;
- (id)_preferredImagePathInBundle:(id)arg1 baseResourceName:(id)arg2 ofType:(id)arg3 scale:(float *)arg4;
- (id)_preferredImagePathByScaleInBundle:(id)arg1 resourceName:(id)arg2 ofType:(id)arg3 scale:(float *)arg4;
- (id)_newDefaultImageInfoForLaunchingOrientation:(int)arg1 scale:(float)arg2;
- (id)_defaultImageInfoForLaunchingOrientation:(int)arg1 scale:(float)arg2;
- (id)defaultImage:(char *)arg1 preferredScale:(float)arg2 originalOrientation:(int *)arg3 currentOrientation:(int *)arg4 canUseIOSurface:(BOOL)arg5;
- (id)defaultImage:(char *)arg1 preferredScale:(float)arg2 originalOrientation:(int *)arg3 currentOrientation:(int *)arg4;
- (BOOL)isSnapshotPresentForLaunchingInterfaceOrientation:(int)arg1;
- (id)_dynamicSnapshotSuffixForScale:(float)arg1;
- (BOOL)_useLosslessSnapshotsForScale:(float)arg1;
- (id)_pathIfFileExistsAtPath:(id)arg1;
- (id)_additionalDisplayQualification;
- (BOOL)shouldLaunchPNGless;
- (void)flushSnapshots;
- (id)appSnapshotPath;
- (id)customSpotlightIconPathsForKey:(id)arg1;
//- (void)validateSystemProvisioningEntitlements:(CDStruct_6ad76789 *)arg1; // this is an MIS<Something> struct.
- (BOOL)isLaunchableDuringSetup;
- (BOOL)hasGameCenterData;
- (BOOL)isNowRecordingApplication;
- (id)webClip;
- (BOOL)isWebApplication;
- (BOOL)isMobilePhone;
- (BOOL)isSystemProvisioningApplication;
- (BOOL)isInternalApplication;
- (BOOL)isSystemApplication;
- (void)_resetDataUsage;
- (void)setUsesWiFiNetwork:(BOOL)arg1;
- (void)setUsesEdgeNetwork:(BOOL)arg1;
- (void)_setDoingBackgroundNetworking:(NSUInteger)arg1;
- (NSUInteger)_doingBackgroundNetworking;
- (void)setUsesBackgroundNetwork:(BOOL)arg1;
- (void)_setDataUsage:(int)arg1;
- (void)setHasShownDataPlanAlertSinceLock:(BOOL)arg1;
- (BOOL)hasShownDataPlanAlertSinceLock;
- (int)dataUsage;
- (void)setAlertSuppressionContexts:(id)arg1;
- (id)alertSuppressionContexts;
- (void)setHasMiniAlerts:(BOOL)arg1;
- (BOOL)hasMiniAlerts;
- (id)tags;
- (void)setTags:(id)arg1;
- (BOOL)suspendingUnsupported;
- (void)setEnabled:(BOOL)arg1;
- (BOOL)enabled;
- (id)bundleVersion;
- (void)purgeAllCaches;
- (void)purgeBundleCaches;
- (id)bundle;
- (double)modificationDate;
- (id)containerPath;
- (id)path;
- (id)bundleIdentifier;
- (BOOL)isSameExecutableAsApplication:(id)arg1;
- (void)dealloc;
- (double)autoLockTime;
- (double)autoDimTime;
- (BOOL)_idleTimerDisabledForAnyReason;
- (id)initWithBundleIdentifier:(id)arg1 webClip:(id)arg2 path:(id)arg3 bundle:(id)arg4 infoDictionary:(id)arg5 isSystemApplication:(BOOL)arg6 signerIdentity:(id)arg7 provisioningProfileValidated:(BOOL)arg8;
- (void)_configureDisplayNameForInfoDictionary:(id)arg1 atBundlePath:(id)arg2;
- (BOOL)isNewsstandApplication;
- (void)_flushDefaultImageInfo;
- (void)_endDefaultImageAccess;
- (void)_beginDefaultImageAccess;
- (id)_defaultPNGForLaunchingOrientation:(int)arg1 scale:(float)arg2 orientation:(int *)arg3;
- (id)_defaultPNGPathForLaunchingOrientation:(int)arg1 scale:(float)arg2 imageOrientation:(int *)arg3 resultingScale:(float *)arg4;
- (id)_snapshotImageForLaunchingOrientation:(int)arg1 scale:(float)arg2 originalOrientation:(int *)arg3 currentOrientation:(int *)arg4;
- (id)_imageNamesForDefaultPNG;
- (void)_addImageName:(id)arg1 toImageNamesArray:(id)arg2;
- (id)_cachedImageForSnapshotPath:(id)arg1;
- (id)_imageForSnapshotAtPath:(id)arg1 fileOrientation:(int *)arg2;
- (id)_defaultPNGOverrideName;
- (id)_defaultImageName;
- (id)_scaleSuffixForScale:(float)arg1;
- (int)_fallbackImageOrientationForLaunchingOrientation:(int)arg1;
- (id)_fallbackOrientationImageTagForLaunchingOrientation:(int)arg1;
- (id)_orientationImageTagForLaunchingOrientation:(int)arg1;
- (void)_imageOrientationParametersForLaunchingOrientation:(int)arg1 imageTag:(id *)arg2 fallbackImageTag:(id *)arg3 fallbackOrientation:(int *)arg4;
@end