Reactive Bluetooth Low Energy Framework for iOS  1
RBTPeripheral+Beacon.h
Go to the documentation of this file.
1 //
2 // Created by Martin Stöber on 25.01.15.
3 // Copyright (c) 2015 ma design GmbH & Co. KG. All rights reserved.
4 //
5 
6 #import <Foundation/Foundation.h>
7 #import "RBTPeripheral.h"
8 
9 
11 
13 - (NSNumber *)calculateDistance;
14 
15 @end
Definition: RBTPeripheral+Beacon.h:10