mirror of
https://github.com/camelwoo/umeng-analytics-cordova-plugin.git
synced 2026-04-18 00:05:51 +08:00
13 lines
269 B
Objective-C
Executable File
13 lines
269 B
Objective-C
Executable File
//
|
|
// UMCommonModule.h
|
|
// PhoneGap_Component
|
|
//
|
|
// Created by wangfei on 2017/10/11.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UMCommon/UMCommon.h>
|
|
@interface UMCommonModule : NSObject
|
|
+ (void)initWithAppkey:(NSString *)appkey channel:(NSString *)channel;
|
|
@end
|