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

16 lines
337 B
Objective-C

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