No Description

AgoraConst.h 407B

12345678910111213141516171819202122
  1. //
  2. // MyAgoraRtcEngineKit.h
  3. // RCTAgora
  4. //
  5. // Created by 邓博 on 2017/6/30.
  6. // Copyright © 2017年 Syan. All rights reserved.
  7. //
  8. #import <AgoraRtcEngineKit/AgoraRtcEngineKit.h>
  9. @interface AgoraConst : NSObject
  10. @property (nonatomic, copy) NSString *appid;
  11. @property (nonatomic, assign) NSInteger localUid;
  12. @property (strong, nonatomic) AgoraRtcEngineKit *rtcEngine;
  13. + (instancetype)share;
  14. @end