CBUUID+String.h 201 B

12345678910111213141516
  1. //
  2. // CBUUID+String.h
  3. // BTLETools
  4. //
  5. // Created by Tijn Kooijmans on 04/04/14.
  6. //
  7. //
  8. #import <CoreBluetooth/CoreBluetooth.h>
  9. @interface CBUUID (String)
  10. - (NSString *)representativeString;
  11. @end