-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFBSystemServiceDelegate-Protocol.h
More file actions
25 lines (20 loc) · 1.65 KB
/
FBSystemServiceDelegate-Protocol.h
File metadata and controls
25 lines (20 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
@class BSAuditToken, FBSDataResetRequest, FBSystemService, FBSystemServiceOpenApplicationRequest, NSDictionary, NSSet, NSString, NSURL;
@protocol FBSystemServiceDelegate <NSObject>
@optional
- (void)systemServicePrepareForShutdown:(FBSystemService *)arg1 andReboot:(_Bool)arg2;
- (void)systemService:(FBSystemService *)arg1 dataReset:(FBSDataResetRequest *)arg2 completion:(void (^)(_Bool))arg3;
- (void)systemServicePrepareForExit:(FBSystemService *)arg1 andRelaunch:(_Bool)arg2;
- (void)systemServicePrepareForShutdown:(FBSystemService *)arg1 withOptions:(unsigned long long)arg2;
- (void)systemService:(FBSystemService *)arg1 handleActions:(NSSet *)arg2 origin:(BSAuditToken *)arg3 withResult:(void (^)(long long))arg4;
- (void)systemService:(FBSystemService *)arg1 isPasscodeLockedOrBlockedWithResult:(void (^)(_Bool))arg2;
- (void)systemService:(FBSystemService *)arg1 handleOpenURLRequest:(NSURL *)arg2 application:(NSString *)arg3 options:(NSDictionary *)arg4 origin:(BSAuditToken *)arg5 withResult:(void (^)(long long))arg6;
- (void)systemService:(FBSystemService *)arg1 handleOpenApplicationRequest:(NSString *)arg2 options:(NSDictionary *)arg3 origin:(BSAuditToken *)arg4 withResult:(void (^)(long long))arg5;
- (void)systemService:(FBSystemService *)arg1 handleOpenApplicationRequest:(FBSystemServiceOpenApplicationRequest *)arg2 withCompletion:(void (^)(NSError *))arg3;
- (void)systemService:(FBSystemService *)arg1 canActivateApplication:(NSString *)arg2 withResult:(void (^)(long long))arg3;
@end