ifish/Ifish/views/setViewCell/BrightnessCell.h

17 lines
389 B
Objective-C

//
// BrightnessCell.h
// Ifish
//
// Created by imac on 16/3/14.
// Copyright © 2016年 imac. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BrightnessCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *brightTitleLabel;
@property (weak, nonatomic) IBOutlet UISlider *btightnessSlider;
@property (weak, nonatomic) IBOutlet UILabel *persentLabel;
@end