#import <Foundation/Foundation.h>

@interface NSString (Nonce)
- (BOOL)isANonce;
@end
