// // MyAgoraRtcEngineKit.h // RCTAgora // // Created by 邓博 on 2017/6/30. // Copyright © 2017年 Syan. All rights reserved. // #import @interface AgoraConst : NSObject @property (nonatomic, copy) NSString *appid; + (instancetype)share; @end