forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAwayBulletinCell.h
43 lines (37 loc) · 1.44 KB
/
SBAwayBulletinCell.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBAwayListItemCell.h"
@class SBAwayListActionContext, SBBulletinLockBar;
@interface SBAwayBulletinCell : SBAwayListItemCell
{
SBBulletinLockBar *_lockBar;
SBAwayListActionContext *_actionContext;
BOOL _disableUnlockSound;
}
+ (float)rowHeightForSubtitle:(id)arg1 imageHeight:(float)arg2;
+ (float)rowHeightForSubtitle:(id)arg1 message:(id)arg2 maxLines:(unsigned int)arg3 rowWidth:(float)arg4;
@property(readonly, nonatomic) SBAwayListActionContext *actionContext; // @synthesize actionContext=_actionContext;
- (id)hitTest:(struct CGPoint)arg1 withEvent:(id)arg2;
- (void)_lockBarSlidBackToOrigin:(id)arg1 withDuration:(double)arg2;
- (void)lockBarSlidBackToOrigin:(id)arg1;
- (void)lockBarStoppedTracking:(id)arg1;
- (void)lockBarStartedTracking:(id)arg1;
- (void)lockBarUnlocked:(id)arg1;
- (void)resetLockBar;
- (void)setDisableUnlockSound:(BOOL)arg1;
- (void)setUnlockActionContext:(id)arg1;
- (void)_createLockBar;
- (BOOL)_createsLockBarEarly;
- (void)layoutSubviews;
- (void)setVIP:(BOOL)arg1;
- (void)setAttachmentText:(id)arg1;
- (void)setAttachmentImage:(id)arg1;
- (void)setStartDate:(id)arg1 endDate:(id)arg2 timeZone:(id)arg3 allDay:(BOOL)arg4 formatStyle:(int)arg5;
- (void)setSubtitle:(id)arg1;
- (void)setMaxMessageLines:(unsigned int)arg1;
- (void)dealloc;
- (void)_createContentView;
@end