16 lines
337 B
Objective-C
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
|