15 lines
295 B
Objective-C
15 lines
295 B
Objective-C
//
|
|
// IfishCameraRecordfirstCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/12/9.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface IfishCameraRecordfirstCell : UITableViewCell
|
|
@property (weak, nonatomic) IBOutlet UIImageView *PlayRecTipsImg;
|
|
|
|
@end
|