project_files/HedgewarsMobile/Classes/HoldTableViewCell.h
changeset 6115 485cfecadc9a
parent 4976 088d40d8aba2
child 6700 e04da46ee43c
equal deleted inserted replaced
6114:443cce9e060f 6115:485cfecadc9a
    21 
    21 
    22 #import <UIKit/UIKit.h>
    22 #import <UIKit/UIKit.h>
    23 
    23 
    24 @protocol HoldTableViewCellDelegate <NSObject>
    24 @protocol HoldTableViewCellDelegate <NSObject>
    25 
    25 
    26 -(void) holdAction:(NSString *)content;
    26 -(void) holdAction:(NSString *)content onTable:(UITableView *)aTableView;
    27 
    27 
    28 @end
    28 @end
    29 
    29 
    30 @interface HoldTableViewCell : UITableViewCell {
    30 @interface HoldTableViewCell : UITableViewCell {
    31     id<HoldTableViewCellDelegate> delegate;
    31     id<HoldTableViewCellDelegate> delegate;