forked from autopear/SpringBoard-iOS5-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAssistantTableViewCell.h
33 lines (27 loc) · 1.03 KB
/
SBAssistantTableViewCell.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 "UITableViewCell.h"
@class AFUISnippetController, NSString;
@interface SBAssistantTableViewCell : UITableViewCell
{
id <SBAssistantTableViewCellDelegate> _delegate;
AFUISnippetController *_controller;
NSString *_animationName;
}
+ (float)defaultSnippetViewInset;
- (void)dealloc;
@property(retain, nonatomic) AFUISnippetController *controller; // @synthesize controller=_controller;
- (void)setController:(id)arg1 parentingViewInCell:(BOOL)arg2;
- (void)parentViewInCell;
- (BOOL)isViewInCell;
- (void)layoutSubviews;
- (void)removeFromSuperview;
- (id)description;
- (void)addSnippetAnimation:(id)arg1 named:(id)arg2;
- (void)animationDidStop:(id)arg1 finished:(BOOL)arg2;
@property(readonly, nonatomic) NSString *animationName; // @synthesize animationName=_animationName;
@property(nonatomic) id <SBAssistantTableViewCellDelegate> delegate; // @synthesize delegate=_delegate;
@end