






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NSString (ZipBag)

- (NSString *)way;

@end

NS_ASSUME_NONNULL_END
