ifish/Ifish/controllers/IfishTabControllers/探索/IfishLive/MineKankan/MineKanEditSec1SecondCell.h

15 lines
286 B
Objective-C

//
// MineKanEditSec1SecondCell.h
// Ifish
//
// Created by imac on 16/11/10.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MineKanEditSec1SecondCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *cameraName;
@end