ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/IfishcameraBottomHView/IfishCameraRecordFourCell.h

16 lines
342 B
Objective-C

//
// IfishCameraRecordFourCell.h
// Ifish
//
// Created by imac on 16/12/14.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IfishCameraRecordFourCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UISwitch *zidongSw;
@property (weak, nonatomic) IBOutlet UIView *swbackView;
@end