|
//
// AboutTableViewCell.h
// ThePaperBase
//
// Created by zhousan on 15/8/14.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
//@protocol AboutDelegate <NSObject>
//
//- (void)aboutBtnClick:(UIButton *)btn;
//
//@end
@interface AboutTableViewCell : UITableViewCell
//@property (nonatomic, weak) id<AboutDelegate> delegate;
@end
|