14 lines
235 B
C
14 lines
235 B
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
|