|
12345678910111213141516171819202122 |
- //
- // FNALITradeZipArchiver.h
- // 新版嗨如意
- //
- // Created by FNUser on 2020/10/26.
- // Copyright © 2020 方诺科技. All rights reserved.
- //
-
- #import <Foundation/Foundation.h>
- #import <WindmillWeaver/TRVZipArchiveProtocol.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @interface FNALITradeZipArchiverOp : NSObject
-
- @end
-
- @interface FNALITradeZipArchiver : NSObject
-
- @end
-
- NS_ASSUME_NONNULL_END
|