
#import <Foundation/Foundation.h>

@interface ExtSdkTest : NSObject

/**
 * 1.原来的 2.升级的
 */
+ (int)testType;

@end
