//
//  DeviceUID.h
//  Scanner
//
//  Created by Manolis Savva on 10/9/16.
//  Copyright © 2016 Occipital. All rights reserved.
//

#ifndef DeviceUID_h
#define DeviceUID_h

#import <Foundation/Foundation.h>

@interface DeviceUID : NSObject
+ (NSString *)uid;
@end

#endif /* DeviceUID_h */
