-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPHStarkGenericViewController.h
30 lines (24 loc) · 1.16 KB
/
PHStarkGenericViewController.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
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, June 5, 2018 at 12:40:25 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobilePhone.app/MobilePhone
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <UIKit/UIViewController.h>
@interface PHStarkGenericViewController : UIViewController {
BOOL _viewIsInAppearedState;
BOOL _respondsToEventsWhileInCall;
}
@property (readonly) BOOL viewIsInAppearedState; //@synthesize viewIsInAppearedState=_viewIsInAppearedState - In the implementation block
@property (assign) BOOL respondsToEventsWhileInCall; //@synthesize respondsToEventsWhileInCall=_respondsToEventsWhileInCall - In the implementation block
-(BOOL)shouldRespondToHardwareControlEvent;
-(BOOL)viewIsInAppearedState;
-(void)setRespondsToEventsWhileInCall:(BOOL)arg1 ;
-(BOOL)respondsToEventsWhileInCall;
-(id)initWithNibName:(id)arg1 bundle:(id)arg2 ;
-(void)viewDidLoad;
-(void)viewDidAppear:(BOOL)arg1 ;
-(void)viewDidDisappear:(BOOL)arg1 ;
-(void)hardwareControlEventNotification:(id)arg1 ;
@end