ifish/Ifish/controllers/IfishTabControllers/我的/mineViews/infoViewCell/infoSureBtnCell.h

15 lines
262 B
Objective-C

//
// 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