TestPluginProxy.h 315 B

123456789101112131415161718
  1. //
  2. // DCTestPluginProxy.h
  3. // DCTestUniPlugin
  4. //
  5. // Created by XHY on 2020/5/19.
  6. // Copyright © 2020 DCloud. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "UniPluginProtocol.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface TestPluginProxy : NSObject <UniPluginProtocol>
  12. @end
  13. NS_ASSUME_NONNULL_END