iOS

iOS获取设备 电池-内存-磁盘信息

2017-02-06  本文已影响47人  NieFeng1024

import "UIDevice+Category.h"

import <sys/mount.h>

@implementation UIDevice (Category)

/******************************/

import "ViewController.h"

import "UIDevice+Category.h"

@interface ViewController ()

@end

@implementation ViewController

Demo https://github.com/550872569/UIDeviceCategory.git

上一篇 下一篇

猜你喜欢

热点阅读