Skip to content

Instantly share code, notes, and snippets.

@anditto
Last active August 29, 2015 14:05
Show Gist options
  • Save anditto/f727227a96ae9ae36c5f to your computer and use it in GitHub Desktop.
Save anditto/f727227a96ae9ae36c5f to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
#import <ESTBeaconManager.h>
#import <ESTBeacon.h>
typedef enum : int
{
ESTScanTypeBlueTooth,
ESTScanTypeBeacon
} ESTScanType;
@interface ET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment