mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
15 lines
195 B
Objective-C
Executable file
15 lines
195 B
Objective-C
Executable file
//
|
|
// NSString+OSK_UUID.h
|
|
//
|
|
//
|
|
//
|
|
// Copyright (c) 2013 Overshare Kit. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
|
|
@interface NSString (OSK_UUID)
|
|
|
|
+ (NSString *)osk_stringWithNewUUID;
|
|
|
|
@end
|