19 lines
343 B
Objective-C
19 lines
343 B
Objective-C
//
|
|
// Xuanduo2fController.h
|
|
// Ifish
|
|
//
|
|
// Created by Alex on 2019/4/13.
|
|
// Copyright © 2019 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "WhiteNavBaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface Xuanduo2fController : WhiteNavBaseViewController
|
|
@property(nonatomic,strong) DeviceModel* currentDevice;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|