File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- @interface MIGlobalConfiguration : NSObject {}
1
+ @interface MIGlobalConfiguration : NSObject
2
+
2
3
@end
3
4
4
- @interface MIDaemonConfiguration : MIGlobalConfiguration {}
5
- @property (nonatomic ,readonly ) BOOL skipDeviceFamilyCheck;
6
- @property (nonatomic ,readonly ) BOOL skipThinningCheck;
7
- @property (nonatomic ,readonly ) BOOL allowPatchWithoutSinf;
8
- @property (nonatomic ,readonly ) BOOL codeSigningEnforcementIsDisabled;
9
- @property (nonatomic ,readonly ) BOOL isInternalImageType;
10
- -(BOOL )isInternalImageType ;
11
- -(BOOL )codeSigningEnforcementIsDisabled ;
12
- -(BOOL )skipDeviceFamilyCheck ;
13
- -(BOOL )skipThinningCheck ;
14
- -(BOOL )allowPatchWithoutSinf ;
5
+ @interface MIDaemonConfiguration : MIGlobalConfiguration
6
+
7
+ @property (nonatomic , readonly ) BOOL skipDeviceFamilyCheck;
8
+ @property (nonatomic , readonly ) BOOL skipThinningCheck;
9
+ @property (nonatomic , readonly ) BOOL allowPatchWithoutSinf;
10
+
15
11
@end
You can’t perform that action at this time.
0 commit comments