完善连接热点udp指令

This commit is contained in:
xuemh
2018-08-06 21:37:34 +08:00
parent cdd634df71
commit 4546e0b981
7 changed files with 62 additions and 8 deletions
@@ -0,0 +1,16 @@
//
// ConnectHotspotModel.h
// Ifish
//
// Created by Minghao Xue on 2018/8/6.
// Copyright © 2018年 lianlian. All rights reserved.
//
#import "baseModel.h"
@interface ConnectHotspotModel : baseModel
@property (nonatomic, copy) NSString *ssidName;
@property (nonatomic, copy) NSString *pwd;
@end