16 lines
285 B
Objective-C
16 lines
285 B
Objective-C
//
|
|
// MineKanEditSec2ThredCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/11/10.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface MineKanEditSec2ThredCell : UITableViewCell
|
|
|
|
@property (weak, nonatomic) IBOutlet UIButton *baoCunBtn;
|
|
|
|
@end
|