FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIATableView.h
Go to the documentation of this file.
1 //
2 // UITableView.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 11. 6. 21..
6 // Copyright 2011 youknowone.org All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
12 
13 @interface UIATableViewCellCopyable : UITableViewCell {
14  id<UIATableViewCellCopyableDelegate> __weak _delegate;
15  struct {
21 }
22 
23 @property(nonatomic, weak) id<UIATableViewCellCopyableDelegate> delegate;
24 
25 @end
26 
28 @optional
29 
30 - (UITableViewCellSelectionStyle)selectionStyleForCell:(UIATableViewCellCopyable *)cell;
31 - (NSString *)stringForCell:(UIATableViewCellCopyable *)cell;
32 - (void)cellWillShowMenu:(UIATableViewCellCopyable *)cell;
33 - (void)cellWillHideMenu:(UIATableViewCellCopyable *)cell;
34 
35 @end
int hasDelegateWillShowMenu
Definition: UIATableView.h:18
int hasDelegateWillHideMenu
Definition: UIATableView.h:19
id< UIATableViewCellCopyableDelegate > __weak _delegate
Definition: UIATableView.h:14
struct UIATableViewCellCopyable::@9 _copyableFlags
Definition: UIATableView.h:27
Definition: UIATableView.h:13
int hasDelegateString
Definition: UIATableView.h:17
int hasDelegateSelectionStyle
Definition: UIATableView.h:16