-
Notifications
You must be signed in to change notification settings - Fork 7
/
SBAwayBulletinFloatingContentView.h
33 lines (28 loc) · 1.28 KB
/
SBAwayBulletinFloatingContentView.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBBulletinCellContentViewBase.h"
@interface SBAwayBulletinFloatingContentView : SBBulletinCellContentViewBase
{
BOOL _hasButton;
}
+ (float)heightForSystemAlertStyleWithTitle:(id)arg1 maxLines:(unsigned int)arg2 message:(id)arg3 maxLines:(unsigned int)arg4 buttonHeight:(float)arg5 contentWidth:(float)arg6;
+ (float)heightForBulletinStyleWithSubtitle:(id)arg1 message:(id)arg2 maxLines:(unsigned int)arg3 attachmentText:(id)arg4 imageHeight:(float)arg5 contentWidth:(float)arg6;
+ (float)heightForBulletinStyleWithSubtitle:(id)arg1 message:(id)arg2 maxLines:(unsigned int)arg3 contentWidth:(float)arg4;
@property(nonatomic) BOOL hasButton; // @synthesize hasButton=_hasButton;
- (void)_configureLabel:(id)arg1 withFont:(id)arg2 color:(id)arg3 alignment:(int)arg4;
- (void)layoutSubviews;
- (void)setAttachmentText:(id)arg1;
- (void)setStartDate:(id)arg1 endDate:(id)arg2 timeZone:(id)arg3 allDay:(BOOL)arg4 formatStyle:(int)arg5;
- (void)setMessage:(id)arg1;
- (void)setSubtitle:(id)arg1;
- (void)setTitle:(id)arg1;
- (id)_vipAccessoryImage;
- (id)_dateFont;
- (id)_attachmentFont;
- (id)_messageFont;
- (id)_subtitleFont;
- (id)_titleFont;
@end