14 lines
235 B
Objective-C
14 lines
235 B
Objective-C
//
|
|
// AppDelegate+NetworkStatus.h
|
|
// NormalProject
|
|
//
|
|
// Created by L on 2018/9/4.
|
|
// Copyright © 2018年 WYL. All rights reserved.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
@interface AppDelegate (NetworkStatus)
|
|
-(void)getNetWorkStatus;
|
|
@end
|