-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAwayListActionContext.h
42 lines (36 loc) · 1.41 KB
/
SBAwayListActionContext.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class NSString;
@interface SBAwayListActionContext : NSObject
{
NSString *_lockLabel;
NSString *_shortLockLabel;
id _unlockAction;
NSString *_bulletinID;
float _fontsize;
BOOL _requiresUnlock;
BOOL _deactivateAwayController;
BOOL _launchActionCanBypassPinLock;
BOOL _hasCustomUnlockLabel;
BOOL _canBypassPinLock;
}
+ (id)actionContextForCardItem:(id)arg1;
+ (id)actionContextForAlertItem:(id)arg1;
+ (id)actionContextForBulletin:(id)arg1 pluginActionsAllowed:(BOOL)arg2;
@property(nonatomic) BOOL hasCustomUnlockLabel; // @synthesize hasCustomUnlockLabel=_hasCustomUnlockLabel;
@property(nonatomic) BOOL requiresUnlock; // @synthesize requiresUnlock=_requiresUnlock;
@property(nonatomic) BOOL deactivateAwayController; // @synthesize deactivateAwayController=_deactivateAwayController;
@property(nonatomic) BOOL canBypassPinLock; // @synthesize canBypassPinLock=_canBypassPinLock;
- (float)lockLabelFontSize;
- (id)bulletinID;
- (id)shortLockLabel;
- (id)lockLabel;
- (id)unlockAction;
- (void)dealloc;
- (id)_initWithLockLabel:(id)arg1 shortLockLabel:(id)arg2 unlockAction:(id)arg3 bulletinID:(void)arg4 fontSize:(id)arg5;
- (id)_initWithLockLabel:(id)arg1 shortLockLabel:(id)arg2 unlockAction:(id)arg3 bulletinID:(void)arg4;
@end