|
//
|
|
// infoSureBtnCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/5/12.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface infoSureBtnCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIButton *infoSureBtn;
|
|
|
|
@end
|