forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAwayListItemCell.h
46 lines (40 loc) · 1.33 KB
/
SBAwayListItemCell.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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "UITableViewCell.h"
@class SBAwayBulletinListController, SBBulletinCellContentViewBase, UIImageView;
@interface SBAwayListItemCell : UITableViewCell
{
UIImageView *_separatorTopHalf;
UIImageView *_separatorBottomHalf;
UIImageView *_iconImageView;
SBBulletinCellContentViewBase *_cellContentView;
SBAwayBulletinListController *_controller;
BOOL _shouldBlinkIcon;
}
+ (float)_cellContentExtraPadding;
+ (float)_cellContentTopPadding;
+ (float)_cellContentRightPadding;
+ (float)_cellContentLeftPadding;
+ (float)_cellIconLeftPadding;
+ (float)_contentWidthForRowWidth:(float)arg1;
+ (float)_rowHeightForContentHeight:(float)arg1;
@property(nonatomic) BOOL shouldBlinkIcon; // @synthesize shouldBlinkIcon=_shouldBlinkIcon;
- (void)setController:(id)arg1;
- (struct CGRect)_cellContentViewFrame;
- (struct CGRect)_contentRect;
- (BOOL)_drawsSeparator;
- (void)layoutSubviews;
- (void)setMessage:(id)arg1;
- (void)setTitle:(id)arg1;
- (void)setIconImage:(id)arg1;
- (void)dealloc;
- (void)setBackgroundColor:(id)arg1;
- (id)initWithReuseIdentifier:(id)arg1;
- (void)_createContentView;
- (void)_removeIconBlinkAnimation;
- (void)_addIconBlinkAnimation;
- (BOOL)_hasBackgroundColor;
@end