herody / YDDeviceTool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YDDeviceTool

CI Status Version License Platform

Example

NSLog(@"设备名称是:%@", [YDDeviceTool getDeviceName]);
NSLog(@"设备类型是:%@", [YDDeviceTool getDeviceType]);
NSLog(@"设备外网ip是:%@", [YDDeviceTool getWANIPAddress]);
NSLog(@"设备内网ip是:%@", [YDDeviceTool getLANIPAddress]);

Installation

YDDeviceTool is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'YDDeviceTool'

Author

houyadi, 314622981@qq.com

License

YDDeviceTool is available under the MIT license. See the LICENSE file for more info.

About

License:MIT License


Languages

Language:Objective-C 92.2%Language:Ruby 7.8%