2015年9月11日

iOS 联网状态监测

摘要: #import "ViewController.h"#import "Reachability.h"//注:工程需要引入Reachability.h 与Reachability.m@interface ViewController ()@property(nonatomic,strong)Reach... 阅读全文

posted @ 2015-09-11 22:37 飞断天涯 阅读(141) 评论(0) 推荐(0)

导航