






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSObject (XXGString)

- (BOOL)xxpk_isNotEmpty;
- (BOOL)xxpk_isEmpty;

@end

NS_ASSUME_NONNULL_END
