// // CBUUID+String.h // BTLETools // // Created by Tijn Kooijmans on 04/04/14. // // #import @interface CBUUID (String) - (NSString *)representativeString; @end