| 1234567891011121314151617 |
- //
- // ShareProtocol.h
- // model
- //
- // Created by Drew on 2018/10/28.
- // Copyright © 2018年 Mine. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @protocol ShareProtocol <NSObject>
- @end
- NS_ASSUME_NONNULL_END
|