8 lines
121 B
Objective-C

#import <Foundation/Foundation.h>
@interface NSString (SHA256)
@property (nonatomic, readonly) NSString *SHA256;
@end