//
//  IMSiLopOAXibLanguageManage.h
//  IMSOpenAccountCustom
//
//  Created by chuntao.wang1 on 2019/4/15.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface IMSiLopOAXibLanguageManage : NSObject

+ (instancetype)shareInstance;

- (void)setUpTheXibResourceBundleName:(NSString *)bundleName;

@end

NS_ASSUME_NONNULL_END
