Files
yuyin_ios/SweetParty/主类/验签/BJEncryptionTool.h
2025-08-08 11:05:33 +08:00

22 lines
345 B
Objective-C

//
// BJEncryptionTool.h
// romantic
//
// Created by MAC on 2024/8/5.
// Copyright © 2024 romantic. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface BJEncryptionTool : NSObject
+ (NSString *)getNowTimeTimestamp;
+ (NSString *)getSignWith:(NSString *)timestamp;
@end
NS_ASSUME_NONNULL_END