Sources/Producer/SLSUtils.m (7 lines of code) (raw):

// // SLSUtils.m // Pods // // Created by gordon on 2022/9/21. // #import "SLSUtils.h" #import "AliyunLogProducer.h" @implementation SLSUtils + (NSString *) getSdkVersion { return SLS_SDK_VERSION; } @end