-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMCProfileConnectionObserver.h
More file actions
21 lines (17 loc) · 987 Bytes
/
MCProfileConnectionObserver.h
File metadata and controls
21 lines (17 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "NSObject.h"
@protocol MCProfileConnectionObserver <NSObject>
@optional
-(void)profileConnectionDidReceiveAppWhitelistChangedNotification:(id)profileConnection userInfo:(id)info;
-(void)profileConnectionDidReceiveDefaultsChangedNotification:(id)profileConnection userInfo:(id)info;
-(void)profileConnectionDidReceiveEffectiveSettingsChangedNotification:(id)profileConnection userInfo:(id)info;
-(void)profileConnectionDidReceiveProfileListChangedNotification:(id)profileConnection userInfo:(id)info;
-(void)profileConnectionDidReceivePasscodePolicyChangedNotification:(id)profileConnection userInfo:(id)info;
-(void)profileConnectionDidReceivePasscodeChangedNotification:(id)profileConnection userInfo:(id)info;
-(void)profileConnectionDidReceiveRestrictionChangedNotification:(id)profileConnection userInfo:(id)info;
@end