- //
- // Util.h
- // goodpk
- //
- // Created by 歐特儀 on 2020/6/19.
- // Copyright © 2020 Altob. All rights reserved.
- //
-
- #import <Foundation/Foundation.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface Util : NSObject
-
- + (NSString*) sha256HashFor:(NSString *)input;
- @end
-
- NS_ASSUME_NONNULL_END
|