15 lines
256 B
Objective-C
15 lines
256 B
Objective-C
//
|
|
// HitbarWifeVc.h
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/9/23.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "SecondConnectWifiController.h"
|
|
|
|
@interface HitbarWifeVc : SecondConnectWifiController
|
|
|
|
@end
|