-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1851dc
commit cb6cd7a
Showing
220 changed files
with
9,102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
|
||
@protocol ABPersonViewControllerDelegate <NSObject> | ||
@required | ||
-(BOOL)personViewController:(id)arg1 shouldPerformDefaultActionForPerson:(void*)arg2 property:(int)arg3 identifier:(int)arg4; | ||
|
||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
#import <MobileCal/ClearRootView.h> | ||
|
||
@interface AddEventView : ClearRootView | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
#import <UIKit/UIViewController.h> | ||
#import <MobileCal/EKEventEditViewDelegate.h> | ||
|
||
@class CalendarModel, UINavigationController, EKEvent, EKCalendarDate, NSString; | ||
|
||
@interface AddEventViewController : UIViewController <EKEventEditViewDelegate> { | ||
|
||
BOOL _showEventWhenAdded; | ||
/*^block*/id _doneBlock; | ||
CalendarModel* _model; | ||
UINavigationController* _embeddedNavigationController; | ||
EKEvent* _event; | ||
EKCalendarDate* _eventStartDate; | ||
|
||
} | ||
|
||
@property (assign,nonatomic) BOOL showEventWhenAdded; //@synthesize showEventWhenAdded=_showEventWhenAdded - In the implementation block | ||
@property (nonatomic,copy) id doneBlock; //@synthesize doneBlock=_doneBlock - In the implementation block | ||
@property (nonatomic,retain) CalendarModel * model; //@synthesize model=_model - In the implementation block | ||
@property (nonatomic,retain) UINavigationController * embeddedNavigationController; //@synthesize embeddedNavigationController=_embeddedNavigationController - In the implementation block | ||
@property (nonatomic,retain) EKEvent * event; //@synthesize event=_event - In the implementation block | ||
@property (nonatomic,retain) EKCalendarDate * eventStartDate; //@synthesize eventStartDate=_eventStartDate - In the implementation block | ||
@property (readonly) unsigned long long hash; | ||
@property (readonly) Class superclass; | ||
@property (copy,readonly) NSString * description; | ||
@property (copy,readonly) NSString * debugDescription; | ||
-(id)doneBlock; | ||
-(void)setDoneBlock:(id)arg1 ; | ||
-(id)initWithModel:(id)arg1 eventStartDate:(id)arg2 ; | ||
-(void)setShowEventWhenAdded:(BOOL)arg1 ; | ||
-(UINavigationController *)embeddedNavigationController; | ||
-(void)setEmbeddedNavigationController:(UINavigationController *)arg1 ; | ||
-(BOOL)showEventWhenAdded; | ||
-(void)setEventStartDate:(EKCalendarDate *)arg1 ; | ||
-(EKCalendarDate *)eventStartDate; | ||
-(void)eventEditViewController:(id)arg1 didCompleteWithAction:(int)arg2 ; | ||
-(id)backgroundColor; | ||
-(unsigned long long)supportedInterfaceOrientations; | ||
-(void)viewWillLayoutSubviews; | ||
-(void)loadView; | ||
-(CalendarModel *)model; | ||
-(void)setEvent:(EKEvent *)arg1 ; | ||
-(EKEvent *)event; | ||
-(void)setModel:(CalendarModel *)arg1 ; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
|
||
@class NSMutableArray, AnchoredValuePair; | ||
|
||
@interface AnchoredValueGenerator : NSObject { | ||
|
||
NSMutableArray* _pairs; | ||
BOOL _needsSorting; | ||
AnchoredValuePair* _cachedLastResult; | ||
int _calculationType; | ||
int _roundingType; | ||
|
||
} | ||
|
||
@property (assign,nonatomic) int calculationType; //@synthesize calculationType=_calculationType - In the implementation block | ||
@property (assign,nonatomic) int roundingType; //@synthesize roundingType=_roundingType - In the implementation block | ||
+(void)_testInterpolation; | ||
+(void)_testNearest; | ||
+(void)_testLayoutShiftScale; | ||
+(void)_testValue:(double)arg1 expectedValue:(double)arg2 testName:(id)arg3 ; | ||
+(void)runTests; | ||
-(void)addAnchoredValue:(double)arg1 forSize:(double)arg2 layoutShift:(BOOL)arg3 ; | ||
-(void)addAnchoredValue:(double)arg1 forWindowSizeWidth:(unsigned long long)arg2 layoutShift:(BOOL)arg3 ; | ||
-(void)addAnchoredValue:(double)arg1 forWindowSizeHeight:(unsigned long long)arg2 layoutShift:(BOOL)arg3 ; | ||
-(void)_sort; | ||
-(int)calculationType; | ||
-(double)_nearestValueForSize:(double)arg1 ; | ||
-(double)_interpolatedValueForSize:(double)arg1 ; | ||
-(void)_findBoundsForSize:(double)arg1 outLowerBound:(id*)arg2 outUpperBound:(id*)arg3 outExactMatchValue:(double*)arg4 outFoundExactMatch:(BOOL*)arg5 ; | ||
-(double)_roundValue:(double)arg1 ; | ||
-(double)valueForSize:(double)arg1 ; | ||
-(int)roundingType; | ||
-(void)addAnchoredValue:(double)arg1 forSize:(double)arg2 ; | ||
-(void)setCalculationType:(int)arg1 ; | ||
-(void)addAnchoredValue:(double)arg1 forWindowSizeWidth:(unsigned long long)arg2 ; | ||
-(void)addAnchoredValue:(double)arg1 forWindowSizeHeight:(unsigned long long)arg2 ; | ||
-(double)valueForWindowSizeWidth:(unsigned long long)arg1 ; | ||
-(double)valueForWindowSizeHeight:(unsigned long long)arg1 ; | ||
-(void)setRoundingType:(int)arg1 ; | ||
-(id)init; | ||
-(id)description; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
|
||
@interface AnchoredValuePair : NSObject { | ||
|
||
BOOL _layoutShift; | ||
double _value; | ||
double _size; | ||
|
||
} | ||
|
||
@property (assign,nonatomic) double value; //@synthesize value=_value - In the implementation block | ||
@property (assign,nonatomic) double size; //@synthesize size=_size - In the implementation block | ||
@property (assign,nonatomic) BOOL layoutShift; //@synthesize layoutShift=_layoutShift - In the implementation block | ||
+(id)pairWithValue:(double)arg1 size:(double)arg2 layoutShift:(BOOL)arg3 ; | ||
-(id)initWithValue:(double)arg1 size:(double)arg2 layoutShift:(BOOL)arg3 ; | ||
-(BOOL)layoutShift; | ||
-(void)setLayoutShift:(BOOL)arg1 ; | ||
-(double)size; | ||
-(id)description; | ||
-(void)setValue:(double)arg1 ; | ||
-(void)setSize:(double)arg1 ; | ||
-(double)value; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
#import <MobileCal/ApplicationTest.h> | ||
|
||
@interface AnimationTest : ApplicationTest | ||
+(id)_delaySubTestName; | ||
+(id)_animationSubTestName; | ||
-(void)runTest; | ||
-(void)_animationCompleted; | ||
-(void)kickOffAnimation; | ||
-(void)dealloc; | ||
-(void)setUp; | ||
-(id)notificationName; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
#import <UIKit/UIApplication.h> | ||
#import <UIKit/UIApplicationDelegatePrivate.h> | ||
#import <UIKit/UIApplicationTestingDelegate.h> | ||
#import <MobileCal/CalendarDebugViewControllerDelegate.h> | ||
#import <UIKit/UIAlertViewDelegate.h> | ||
#import <MobileCal/CLLocationManagerDelegate.h> | ||
|
||
@protocol OS_dispatch_semaphore; | ||
@class ApplicationTester, CLLocationManager, RootNavigationController, UIWindow, CalendarDebugViewController, NSDate, CalendarModel, NSObject, NSString; | ||
|
||
@interface Application : UIApplication <UIApplicationDelegatePrivate, UIApplicationTestingDelegate, CalendarDebugViewControllerDelegate, UIAlertViewDelegate, CLLocationManagerDelegate> { | ||
|
||
ApplicationTester* _tester; | ||
CLLocationManager* _locationManager; | ||
RootNavigationController* _rootNavigationController; | ||
UIWindow* _mainWindow; | ||
CalendarDebugViewController* _debugViewController; | ||
NSDate* _lastActiveTime; | ||
CalendarModel* _model; | ||
NSObject*<OS_dispatch_semaphore> _updateSnapshotSemaphore; | ||
|
||
} | ||
|
||
@property (nonatomic,retain) RootNavigationController * rootNavigationController; //@synthesize rootNavigationController=_rootNavigationController - In the implementation block | ||
@property (nonatomic,retain) UIWindow * mainWindow; //@synthesize mainWindow=_mainWindow - In the implementation block | ||
@property (nonatomic,retain) CalendarDebugViewController * debugViewController; //@synthesize debugViewController=_debugViewController - In the implementation block | ||
@property (nonatomic,retain) NSDate * lastActiveTime; //@synthesize lastActiveTime=_lastActiveTime - In the implementation block | ||
@property (nonatomic,readonly) ApplicationTester * tester; | ||
@property (nonatomic,retain) CalendarModel * model; //@synthesize model=_model - In the implementation block | ||
@property (retain) NSObject*<OS_dispatch_semaphore> updateSnapshotSemaphore; //@synthesize updateSnapshotSemaphore=_updateSnapshotSemaphore - In the implementation block | ||
@property (readonly) unsigned long long hash; | ||
@property (readonly) Class superclass; | ||
@property (copy,readonly) NSString * description; | ||
@property (copy,readonly) NSString * debugDescription; | ||
@property (nonatomic,retain) UIWindow * window; | ||
+(BOOL)_diagnosticsAvailable; | ||
-(void)_occurrencesChanged:(id)arg1 ; | ||
-(void)_setModelDateForLaunch; | ||
-(void)_buildCalendarSyncHashesForCalendarIDs:(id)arg1 ; | ||
-(id)eventURLFromLaunchURL:(id)arg1 isTravel:(BOOL*)arg2 ; | ||
-(ApplicationTester *)tester; | ||
-(void)setMainWindow:(UIWindow *)arg1 ; | ||
-(void)_setUpModel; | ||
-(void)setRootNavigationController:(RootNavigationController *)arg1 ; | ||
-(void)enableLocationAlerts; | ||
-(void)setLastActiveTime:(NSDate *)arg1 ; | ||
-(void)persistActiveViewModeSetting; | ||
-(void)_refreshAccountListAndViewContentsIfNeeded; | ||
-(NSDate *)lastActiveTime; | ||
-(void)_collectStats; | ||
-(NSObject*<OS_dispatch_semaphore>)updateSnapshotSemaphore; | ||
-(void)setUpdateSnapshotSemaphore:(NSObject*<OS_dispatch_semaphore>)arg1 ; | ||
-(void)_showDebugWindow; | ||
-(void)_showDate:(id)arg1 inView:(unsigned long long)arg2 ; | ||
-(void)_showEvent:(id)arg1 inView:(unsigned long long)arg2 ; | ||
-(CalendarDebugViewController *)debugViewController; | ||
-(void)setDebugViewController:(CalendarDebugViewController *)arg1 ; | ||
-(id)_calendarSyncHashesForCalendarIDs:(id)arg1 ; | ||
-(void)debugViewControllerDidDismiss; | ||
-(id)init; | ||
-(void)applicationDidBecomeActive:(id)arg1 ; | ||
-(void)applicationWillResignActive:(id)arg1 ; | ||
-(void)applicationDidEnterBackground:(id)arg1 ; | ||
-(void)_application:(id)arg1 statusBarTouchesEnded:(id)arg2 ; | ||
-(BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2 ; | ||
-(id)_extendLaunchTest; | ||
-(void)applicationWillTerminate; | ||
-(void)applicationOpenURL:(id)arg1 ; | ||
-(void)application:(id)arg1 performFetchWithCompletionHandler:(/*^block*/id)arg2 ; | ||
-(BOOL)application:(id)arg1 continueUserActivity:(id)arg2 restorationHandler:(/*^block*/id)arg3 ; | ||
-(void)application:(id)arg1 didFailToContinueUserActivityWithType:(id)arg2 error:(id)arg3 ; | ||
-(void)alertView:(id)arg1 clickedButtonAtIndex:(long long)arg2 ; | ||
-(BOOL)application:(id)arg1 runTest:(id)arg2 options:(id)arg3 ; | ||
-(CalendarModel *)model; | ||
-(void)setModel:(CalendarModel *)arg1 ; | ||
-(RootNavigationController *)rootNavigationController; | ||
-(UIWindow *)mainWindow; | ||
-(void)locationManager:(id)arg1 didChangeAuthorizationStatus:(int)arg2 ; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
|
||
@class Application, NSDictionary, CalendarModel; | ||
|
||
@interface ApplicationTest : NSObject { | ||
|
||
Application* _application; | ||
NSDictionary* _options; | ||
CalendarModel* _model; | ||
|
||
} | ||
|
||
@property (nonatomic,retain) Application * application; //@synthesize application=_application - In the implementation block | ||
@property (nonatomic,retain) NSDictionary * options; //@synthesize options=_options - In the implementation block | ||
@property (nonatomic,retain) CalendarModel * model; //@synthesize model=_model - In the implementation block | ||
+(id)testName; | ||
-(id)extractInitialDateOption; | ||
-(void)runTest; | ||
-(id)initWithApplication:(id)arg1 model:(id)arg2 options:(id)arg3 ; | ||
-(void)setApplication:(Application *)arg1 ; | ||
-(CalendarModel *)model; | ||
-(void)setOptions:(NSDictionary *)arg1 ; | ||
-(NSDictionary *)options; | ||
-(void)setModel:(CalendarModel *)arg1 ; | ||
-(Application *)application; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
#import <UIKit/UIApplicationTestingDelegate.h> | ||
|
||
@class NSMutableDictionary, ApplicationTest, CalendarModel, NSString, UIWindow; | ||
|
||
@interface ApplicationTester : NSObject <UIApplicationTestingDelegate> { | ||
|
||
NSMutableDictionary* _testNamesToTestClasses; | ||
ApplicationTest* _currentlyRunningTest; | ||
CalendarModel* _model; | ||
|
||
} | ||
|
||
@property (nonatomic,readonly) NSString * extendedLaunchTestName; | ||
@property (readonly) unsigned long long hash; | ||
@property (readonly) Class superclass; | ||
@property (copy,readonly) NSString * description; | ||
@property (copy,readonly) NSString * debugDescription; | ||
@property (nonatomic,retain) UIWindow * window; | ||
+(BOOL)testingSessionStarted; | ||
-(Class)_testClassForTestName:(id)arg1 ; | ||
-(NSString *)extendedLaunchTestName; | ||
-(BOOL)application:(id)arg1 runTest:(id)arg2 options:(id)arg3 ; | ||
-(id)initWithModel:(id)arg1 ; | ||
@end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* This header is generated by classdump-dyld 1.0 | ||
* on Tuesday, June 5, 2018 at 12:52:29 PM China Standard Time | ||
* Operating System: Version 8.2 (Build 12D508) | ||
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileCal.app/MobileCal | ||
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. | ||
*/ | ||
|
||
#import <MobileCal/MobileCal-Structs.h> | ||
#import <UIKit/UIView.h> | ||
|
||
@class UILabel, NSString; | ||
|
||
@interface BlankView : UIView { | ||
|
||
UILabel* _blankMessage; | ||
|
||
} | ||
|
||
@property (nonatomic,retain) NSString * message; | ||
-(id)initWithFrame:(CGRect)arg1 ; | ||
-(void)layoutSubviews; | ||
-(NSString *)message; | ||
-(void)setMessage:(NSString *)arg1 ; | ||
@end | ||
|
Oops, something went wrong.