-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFavoriteItem.h
59 lines (52 loc) · 1.86 KB
/
FavoriteItem.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
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, June 5, 2018 at 10:35:58 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/MobileMail.app/MobileMail
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class NSString;
@interface FavoriteItem : NSObject {
unsigned long long _type;
NSString* _syncKey;
BOOL _selected;
BOOL _shouldSync;
}
@property (nonatomic,readonly) unsigned long long type; //@synthesize type=_type - In the implementation block
@property (assign,nonatomic) BOOL shouldSync; //@synthesize shouldSync=_shouldSync - In the implementation block
+(id)itemForAccount:(id)arg1 ;
+(id)itemForUnifiedMailboxWithType:(int)arg1 selected:(BOOL)arg2 ;
+(id)itemForInboxWithAccount:(id)arg1 selected:(BOOL)arg2 ;
+(id)itemForSharedMailboxWithType:(unsigned long long)arg1 selected:(BOOL)arg2 ;
+(id)itemForMailbox:(id)arg1 selected:(BOOL)arg2 ;
+(id)itemFromDictionary:(id)arg1 ;
+(id)itemForOutbox;
+(id)itemForMailbox:(id)arg1 selected:(BOOL)arg2 shouldSync:(BOOL)arg3 ;
+(BOOL)_defaultShouldSync;
-(id)representingMailboxes;
-(id)representingMailbox;
-(void)wasSelected:(id)arg1 accessoryTapped:(BOOL)arg2 ;
-(BOOL)isMovable;
-(void)wasAddedToCollection:(id)arg1 ;
-(void)wasRemovedFromCollecion:(id)arg1 ;
-(id)persistentIdForMigration;
-(id)syncValue;
-(void)wasChangedExternally;
-(void)setShouldSync:(BOOL)arg1 ;
-(long long)_defaultCellAccessoryType;
-(id)defaultIcon;
-(void)dealloc;
-(id)initWithDictionary:(id)arg1 ;
-(unsigned long long)type;
-(id)initWithType:(unsigned long long)arg1 ;
-(BOOL)isSelected;
-(void)setSelected:(BOOL)arg1 ;
-(BOOL)isVisible;
-(id)dictionaryRepresentation;
-(id)displayName;
-(void)configureCell:(id)arg1 ;
-(BOOL)shouldSync;
-(id)syncKey;
-(id)account;
-(BOOL)isDeletable;
@end