Sources/Core/SLSStorage.h (7 lines of code) (raw):
//
// Storage.h
// AliyunLogCommon
//
// Created by gordon on 2021/6/1.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface SLSStorage : NSObject
+ (void) setUtdid: (NSString *)utdid;
+ (NSString *) getUtdid;
@end
NS_ASSUME_NONNULL_END