Files
ifish/Ifish/controllers/leftcontrollers/ConnectHotspotTipViewController.m
T
2018-07-24 22:47:33 +08:00

24 lines
398 B
Objective-C

//
// ConnectHotspotTipViewController.m
// Ifish
//
// Created by Minghao Xue on 2018/7/22.
// Copyright © 2018年 lianlian. All rights reserved.
//
#import "ConnectHotspotTipViewController.h"
@interface ConnectHotspotTipViewController ()
@end
@implementation ConnectHotspotTipViewController
- (void)viewDidLoad {
[super viewDidLoad];
self.title = @"ifish7热点连接";
}
@end