1234567891011121314151617181920 |
- //
- // NSObject+DeviceInfo.h
- // Connect
- //
- // Created by 朱东勇 on 2017/5/25.
- // Copyright © 2017年 innovator. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <IOKit/IOKitLib.h>
- NSString *GetProductName();
- NSString *GetHardwareUUID();
- NSString *GetHardwareSerialNumber();
- NSString *GetCompatible();
- NSString *GetSystemVersion();
|