23 lines
570 B
Objective-C
23 lines
570 B
Objective-C
//
|
|
// Xuanduo2fController.h
|
|
// Ifish
|
|
//
|
|
// Created by Alex on 2019/4/13.
|
|
// Copyright © 2019 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "WhiteNavBaseViewController.h"
|
|
#import "IfishP2PMonitorController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface Xuanduo2fController : WhiteNavBaseViewController
|
|
@property(nonatomic,strong) DeviceModel* currentDevice;
|
|
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *waterLightTop;
|
|
@property (weak, nonatomic) IBOutlet UIButton *controlBtn;
|
|
@property (weak, nonatomic) IBOutlet UIButton *cameraBtn;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|