Skip to content

Instantly share code, notes, and snippets.

@StuffAndyMakes
Created December 16, 2013 20:20
Show Gist options
  • Select an option

  • Save StuffAndyMakes/7993668 to your computer and use it in GitHub Desktop.

Select an option

Save StuffAndyMakes/7993668 to your computer and use it in GitHub Desktop.
iOS 7 iBeacon partial example (header)
#import <Foundation/Foundation.h>
#import <CoreLocation/CoreLocation.h>
@interface iBeaconSample : NSObject <CLLocationManagerDelegate>
@property (strong, nonatomic) CLBeaconRegion *beaconRegion;
@property (strong, nonatomic) CLLocationManager *locationManager;
- (void)initRegion;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment