- //
- // RNUMConfigure.h
- // UMComponent
- //
- // Created by wyq.Cloudayc on 14/09/2017.
- // Copyright © 2017 Facebook. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UMCommon/UMCommon.h>
- @interface RNUMConfigure : NSObject
- + (void)initWithAppkey:(NSString *)appkey channel:(NSString *)channel;
- @end
|