FunctionView.h 451 Bytes
//
//  FunctionView.h
//  TencentPushDemo
//
//  Created by iOS on 16/11/8.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface FunctionView : UIView

@property (nonatomic, strong) UIButton *startBtn;
@property (nonatomic, strong) UIButton *cameraBtn;
@property (nonatomic, strong) UIButton *beautyBtn;
@property (nonatomic, strong) UIButton *flashBtn;
@property (nonatomic, strong) UIButton *closeBtn;

@end