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