1
2
3
4
5
6
7
8
9
10
11
12
13
14
| //
| // Copyright © 2018年 dahua. All rights reserved.
| //
|
| #import "UIDevice+lc_IP.h"
| #import "UIDevice+LeChange.h"
|
| @implementation UIDevice (lc_IP)
|
| + (NSString *)dh_getGatewayIPAddress {
| return [self lc_getMaskAddress];
| }
|
| @end
|
|