123456789101112131415161718 |
- //
- // DCTestPluginProxy.h
- // DCTestUniPlugin
- //
- // Created by XHY on 2020/5/19.
- // Copyright © 2020 DCloud. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "UniPluginProtocol.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface TestPluginProxy : NSObject <UniPluginProtocol>
- @end
- NS_ASSUME_NONNULL_END
|