-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMIPluginKitPluginBundle.h
31 lines (27 loc) · 1.17 KB
/
MIPluginKitPluginBundle.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
30
/**
* 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 "MIExecutableBundle.h"
@class NSDictionary, NSString;
__attribute__((visibility("hidden")))
@interface MIPluginKitPluginBundle : MIExecutableBundle {
NSDictionary* _overlaidInfoPlist;
NSString* _parentBundleID;
}
@property(readonly, assign) NSString* extensionPointIdentifier;
@property(readonly, assign) NSString* parentBundleID;
+(id)bundleForURL:(id)url parentBundle:(id)bundle error:(id*)error;
-(void).cxx_destruct;
-(BOOL)validateBundleMetadataWithError:(id*)error;
-(BOOL)_validateNSExtensionWithOverlaidDictionary:(id)overlaidDictionary error:(id*)error;
-(BOOL)_validateXPCServiceWithOverlaidDictionary:(id)overlaidDictionary error:(id*)error;
-(id)dataContainerCreatingIfNeeded:(BOOL)needed makeLive:(BOOL)live created:(BOOL*)created error:(id*)error;
-(id)dataContainerWithError:(id*)error;
-(id)overlaidInfoPlistWithError:(id*)error;
-(id)_overlayDictionary:(id)dictionary onDictionary:(id)dictionary2;
-(Class)dataContainerClass;
-(id)initWithBundleURL:(id)bundleURL parentBundle:(id)bundle error:(id*)error;
@end