ifish/Ifish/controllers/leftcontrollers/ConnectHotspotTipViewContro...

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