-
Notifications
You must be signed in to change notification settings - Fork 4
/
BBAttachmentMetadata.h
45 lines (37 loc) · 1.63 KB
/
BBAttachmentMetadata.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
* This header is generated by classdump-dyld 1.0
* on Friday, February 8, 2019 at 1:25:06 PM Eastern European Standard Time
* Operating System: Version 12.1 (Build 16B92)
* Image Source: /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <BulletinBoard/BulletinBoard-Structs.h>
#import <libobjc.A.dylib/NSCopying.h>
#import <libobjc.A.dylib/NSMutableCopying.h>
#import <libobjc.A.dylib/NSSecureCoding.h>
@class NSUUID, NSURL;
@interface BBAttachmentMetadata : NSObject <NSCopying, NSMutableCopying, NSSecureCoding> {
NSUUID* _UUID;
long long _type;
NSURL* _URL;
}
@property (nonatomic,copy,readonly) NSUUID * UUID; //@synthesize UUID=_UUID - In the implementation block
@property (nonatomic,readonly) long long type; //@synthesize type=_type - In the implementation block
@property (nonatomic,copy,readonly) NSURL * URL; //@synthesize URL=_URL - In the implementation block
+(BOOL)supportsSecureCoding;
-(BOOL)hasContentModificationsRelativeTo:(id)arg1 ;
-(id)_initWithUUID:(id)arg1 type:(long long)arg2 URL:(id)arg3 ;
-(id)init;
-(BOOL)isEqual:(id)arg1 ;
-(NSUUID *)UUID;
-(void)encodeWithCoder:(id)arg1 ;
-(id)initWithCoder:(id)arg1 ;
-(unsigned long long)hash;
-(id)description;
-(id)copyWithZone:(NSZone*)arg1 ;
-(long long)type;
-(id)mutableCopyWithZone:(NSZone*)arg1 ;
-(NSURL *)URL;
// iOS 14
-(id)_initWithType:(long long)arg1 URL:(id)arg2 identifier:(id)arg3 uniformType:(id)arg4 thumbnailGeneratorUserInfo:(id)arg5 thumbnailHidden:(BOOL)arg6 hiddenFromDefaultExpandedView:(BOOL)arg7;
@end