//
//  ExtSdkTest.m
//  im_flutter_sdk
//
//  Created by 佐玉 on 2022/3/13.
//

#import "ExtSdkTest.h"


static int ExtSdkTest_testType = 2;

@implementation ExtSdkTest

+ (int)testType {
    return ExtSdkTest_testType;
}

@end
