-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAwayBulletinFloatingCell.h
35 lines (30 loc) · 1.1 KB
/
SBAwayBulletinFloatingCell.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBAwayBulletinCell.h"
@interface SBAwayBulletinFloatingCell : SBAwayBulletinCell
{
BOOL _hideIcon;
}
+ (float)_cellContentExtraPadding;
+ (float)_cellContentTopPadding;
+ (float)_cellContentRightPadding;
+ (float)_cellContentLeftPadding;
+ (float)_cellIconLeftPadding;
+ (float)rowHeightForSubtitle:(id)arg1 message:(id)arg2 maxLines:(unsigned int)arg3 attachmentText:(id)arg4 imageSize:(struct CGSize)arg5 rowWidth:(float)arg6;
+ (float)rowHeightForSubtitle:(id)arg1 message:(id)arg2 maxLines:(unsigned int)arg3 rowWidth:(float)arg4;
+ (float)_rowHeightForContentHeight:(float)arg1;
+ (float)_contentWidthForRowWidth:(float)arg1 leaveRoomForIcon:(BOOL)arg2;
- (BOOL)_createsLockBarEarly;
- (void)layoutSubviews;
- (struct CGRect)_cellContentViewFrame;
- (struct CGRect)_contentRect;
- (BOOL)_drawsSeparator;
- (id)_lockBar;
- (void)setUnlockActionContext:(id)arg1;
- (void)setAttachmentImage:(id)arg1;
- (BOOL)_hasBackgroundColor;
- (void)_createContentView;
@end