16 lines
345 B
Objective-C
16 lines
345 B
Objective-C
//
|
|
// FishDocSection0ViewlablCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 17/2/20.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface FishDocSection0ViewlablCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIView *firstPoint;
|
|
@property (weak, nonatomic) IBOutlet UIView *secondPoint;
|
|
|
|
@end
|