12345678910111213141516171819 |
- //
- // NSDictionary+WiFiInfo.h
- // SmartLightForBigFish
- //
- // Created by coderYK on 2017/8/11.
- // Copyright © 2017年 RD-iOS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface NSDictionary (WiFiInfo)
- /**
- 获取WiFi信息(BSSID(Mac)、SSID、SSIDDATA)
- */
- + (NSDictionary *)rds_fetchSSIDInfo;
- @end
|