17 lines
339 B
Objective-C
17 lines
339 B
Objective-C
//
|
|
// ConnectHotpotViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by Minghao Xue on 2018/7/16.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
@interface ConnectHotpotViewController : BaseViewController
|
|
|
|
@property (nonatomic, copy) NSString *ssid;
|
|
@property (nonatomic, copy) NSString *bssid;
|
|
|
|
@end
|