Nenhuma descrição

RCTAgora.h 314B

1234567891011121314151617
  1. //
  2. // RCTAgora.h
  3. // RCTAgora
  4. //
  5. // Created by 邓博 on 2017/6/13.
  6. // Copyright © 2017年 Syan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. #import <React/RCTBridgeModule.h>
  11. #import <React/RCTEventEmitter.h>
  12. @interface RCTAgora : RCTEventEmitter<RCTBridgeModule>
  13. @end