Skip to content

Commit

Permalink
Passbook
Browse files Browse the repository at this point in the history
  • Loading branch information
coleflowers committed Jun 6, 2018
1 parent 0c0e86d commit a7e674e
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Passbook/PBKAppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, June 6, 2018 at 1:20:46 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Passbook.app/Passbook
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/

#import <Passbook/Passbook-Structs.h>
#import <UIKit/UIResponder.h>
#import <UIKit/UIApplicationDelegate.h>

@class UIWindow, PKPassLibrary, PKPassGroupsViewController, CLInUseAssertion, CLLocationManager, NSString;

@interface PBKAppDelegate : UIResponder <UIApplicationDelegate> {

PKPassLibrary* _passLibrary;
PKPassGroupsViewController* _cardsViewController;
CLInUseAssertion* _inUseAssertion;
BOOL _needsOnScreenPresentation;
BOOL _needsRegionSupportUpdate;
CLLocationManager* _requestManager;
UIWindow* _window;

}

@property (nonatomic,retain) UIWindow * window; //@synthesize window=_window - In the implementation block
@property (nonatomic,readonly) PKPassGroupsViewController * cardsViewController; //@synthesize cardsViewController=_cardsViewController - 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)applicationDocumentsDirectory;
-(PKPassGroupsViewController *)cardsViewController;
-(void)dealloc;
-(UIWindow *)window;
-(BOOL)application:(id)arg1 openURL:(id)arg2 sourceApplication:(id)arg3 annotation:(id)arg4 ;
-(void)applicationWillTerminate:(id)arg1 ;
-(void)applicationDidBecomeActive:(id)arg1 ;
-(void)applicationWillResignActive:(id)arg1 ;
-(void)applicationDidEnterBackground:(id)arg1 ;
-(BOOL)application:(id)arg1 shouldSaveApplicationState:(id)arg2 ;
-(BOOL)application:(id)arg1 shouldRestoreApplicationState:(id)arg2 ;
-(BOOL)application:(id)arg1 willFinishLaunchingWithOptions:(id)arg2 ;
-(BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2 ;
-(void)setWindow:(UIWindow *)arg1 ;
-(void)application:(id)arg1 performFetchWithCompletionHandler:(/*^block*/id)arg2 ;
-(BOOL)application:(id)arg1 continueUserActivity:(id)arg2 restorationHandler:(/*^block*/id)arg3 ;
@end

18 changes: 18 additions & 0 deletions Passbook/PBKApplication.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, June 6, 2018 at 1:20:46 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Passbook.app/Passbook
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/

#import <UIKit/UIApplication.h>

@interface PBKApplication : UIApplication
-(void)setupRunScrollCardList;
-(void)testSelectCard;
-(void)testFlipCard;
-(void)gotoBaseTestState;
-(BOOL)runTest:(id)arg1 options:(id)arg2 ;
@end

2 changes: 2 additions & 0 deletions Passbook/Passbook.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#import <Passbook/PBKAppDelegate.h>
#import <Passbook/PBKApplication.h>
59 changes: 59 additions & 0 deletions Passbook/UIApplicationDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, June 6, 2018 at 1:20:46 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Passbook.app/Passbook
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/

@class UIWindow;


@protocol UIApplicationDelegate <NSObject>
@property (nonatomic,retain) UIWindow * window;
@optional
-(UIWindow *)window;
-(BOOL)application:(id)arg1 handleOpenURL:(id)arg2;
-(BOOL)application:(id)arg1 openURL:(id)arg2 sourceApplication:(id)arg3 annotation:(id)arg4;
-(void)applicationDidReceiveMemoryWarning:(id)arg1;
-(void)applicationWillTerminate:(id)arg1;
-(void)applicationSignificantTimeChange:(id)arg1;
-(void)application:(id)arg1 willChangeStatusBarOrientation:(long long)arg2 duration:(double)arg3;
-(void)application:(id)arg1 didChangeStatusBarOrientation:(long long)arg2;
-(void)application:(id)arg1 willChangeStatusBarFrame:(CGRect)arg2;
-(void)application:(id)arg1 didChangeStatusBarFrame:(CGRect)arg2;
-(void)applicationDidBecomeActive:(id)arg1;
-(void)applicationWillResignActive:(id)arg1;
-(void)applicationDidEnterBackground:(id)arg1;
-(void)applicationWillEnterForeground:(id)arg1;
-(void)application:(id)arg1 handleWatchKitExtensionRequest:(id)arg2 reply:(/*^block*/id)arg3;
-(BOOL)application:(id)arg1 shouldSaveApplicationState:(id)arg2;
-(BOOL)application:(id)arg1 shouldRestoreApplicationState:(id)arg2;
-(unsigned long long)application:(id)arg1 supportedInterfaceOrientationsForWindow:(id)arg2;
-(BOOL)application:(id)arg1 willFinishLaunchingWithOptions:(id)arg2;
-(BOOL)application:(id)arg1 didFinishLaunchingWithOptions:(id)arg2;
-(void)applicationDidFinishLaunching:(id)arg1;
-(void)application:(id)arg1 didReceiveRemoteNotification:(id)arg2 fetchCompletionHandler:(/*^block*/id)arg3;
-(void)setWindow:(id)arg1;
-(void)application:(id)arg1 performFetchWithCompletionHandler:(/*^block*/id)arg2;
-(void)application:(id)arg1 didReceiveRemoteNotification:(id)arg2;
-(void)application:(id)arg1 handleActionWithIdentifier:(id)arg2 forRemoteNotification:(id)arg3 completionHandler:(/*^block*/id)arg4;
-(void)application:(id)arg1 didReceiveLocalNotification:(id)arg2;
-(void)application:(id)arg1 handleActionWithIdentifier:(id)arg2 forLocalNotification:(id)arg3 completionHandler:(/*^block*/id)arg4;
-(void)application:(id)arg1 handleEventsForBackgroundURLSession:(id)arg2 completionHandler:(/*^block*/id)arg3;
-(void)application:(id)arg1 didUpdateUserActivity:(id)arg2;
-(BOOL)application:(id)arg1 continueUserActivity:(id)arg2 restorationHandler:(/*^block*/id)arg3;
-(BOOL)application:(id)arg1 willContinueUserActivityWithType:(id)arg2;
-(void)application:(id)arg1 didFailToContinueUserActivityWithType:(id)arg2 error:(id)arg3;
-(void)application:(id)arg1 willEncodeRestorableStateWithCoder:(id)arg2;
-(id)application:(id)arg1 viewControllerWithRestorationIdentifierPath:(id)arg2 coder:(id)arg3;
-(void)application:(id)arg1 didDecodeRestorableStateWithCoder:(id)arg2;
-(void)applicationProtectedDataWillBecomeUnavailable:(id)arg1;
-(void)applicationProtectedDataDidBecomeAvailable:(id)arg1;
-(void)application:(id)arg1 didRegisterForRemoteNotificationsWithDeviceToken:(id)arg2;
-(void)application:(id)arg1 didFailToRegisterForRemoteNotificationsWithError:(id)arg2;
-(void)application:(id)arg1 didRegisterUserNotificationSettings:(id)arg2;
-(BOOL)application:(id)arg1 shouldAllowExtensionPointIdentifier:(id)arg2;

@end

0 comments on commit a7e674e

Please sign in to comment.