// // KMCompressTool.h // PDF Reader Pro // // Created by lizhe on 2024/12/17. // #import NS_ASSUME_NONNULL_BEGIN @interface KMCompressTool : NSObject // 获取类型编码的函数 + (const char *)encodeForStruct; @end NS_ASSUME_NONNULL_END