Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active October 28, 2015 19:37
Show Gist options
  • Save jansanchez/d4e7861e38f9659075bb to your computer and use it in GitHub Desktop.
Save jansanchez/d4e7861e38f9659075bb to your computer and use it in GitHub Desktop.
interface: MZone
imports:
- Foundation/Foundation.h
properties:
- SSID: '(nonatomic, strong) NSString *'
- hotSpotName: '(nonatomic, strong) NSString *'
- macAddress: '(nonatomic, strong) NSString *'
- city: '(nonatomic, strong) NSString *'
- province: '(nonatomic, strong) NSString *'
- zip: '(nonatomic, strong) NSString *'
- countryPrefix: '(nonatomic, strong) NSString *'
- wisprLocationName: '(nonatomic, strong) NSString *'
- wisprLocationID: '(nonatomic, strong) NSString *'
- latitude: '(nonatomic, strong) NSString *'
- longitude: '(nonatomic, strong) NSString *'
- hotSpotCategory: '(nonatomic, strong) NSString *'
- urlWispr: '(nonatomic, strong) NSString *'
- mainHotSpot: '(nonatomic, strong) NSString *'
- zoneProfile: '(nonatomic, strong) NSString *'
- checkInternet: '(nonatomic, strong) NSString *'
- landingPage: '(nonatomic, strong) NSString *'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment