// // NSString+Customer.h // Unity-iPhone // // Created by zhl on 2022/11/28. // #import NS_ASSUME_NONNULL_BEGIN @interface NSString (Customer) + (BOOL)isStringEmpty:(NSString *)string; @end NS_ASSUME_NONNULL_END