-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAssistantTableViewCell.h
32 lines (28 loc) · 1 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
/**
* This header is generated by class-dump-z 0.2-0.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <XXUnknownSuperclass.h> // Unknown library
@class NSString, AFUISnippetController;
@protocol SBAssistantTableViewCellDelegate;
@interface SBAssistantTableViewCell : XXUnknownSuperclass {
id<SBAssistantTableViewCellDelegate> _delegate;
AFUISnippetController* _controller;
NSString* _animationName;
}
@property(assign, nonatomic) id<SBAssistantTableViewCellDelegate> delegate;
@property(retain, nonatomic) AFUISnippetController* controller;
@property(readonly, assign, nonatomic) NSString* animationName;
+(float)defaultSnippetViewInset;
-(void)dealloc;
-(void)setController:(id)controller parentingViewInCell:(BOOL)cell;
-(void)parentViewInCell;
-(BOOL)isViewInCell;
-(void)layoutSubviews;
-(void)removeFromSuperview;
-(id)description;
-(void)addSnippetAnimation:(id)animation named:(id)named;
-(void)animationDidStop:(id)animation finished:(BOOL)finished;
@end