RNUMConfigure.h 321 B

12345678910111213141516
  1. //
  2. // RNUMConfigure.h
  3. // UMComponent
  4. //
  5. // Created by wyq.Cloudayc on 14/09/2017.
  6. // Copyright © 2017 Facebook. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UMCommon/UMCommon.h>
  10. @interface RNUMConfigure : NSObject
  11. + (void)initWithAppkey:(NSString *)appkey channel:(NSString *)channel;
  12. @end