//
//  PNSBuildModelUtils.h
//  XinMai
//
//  Created by mac on 2020/10/19.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@class TXCustomModel;
@interface PNSBuildModelUtils : NSObject

+ (TXCustomModel *)buildSheetPortraitModelWithLogoImageName:(NSString *)logoImageName registerPrivacyUrl:(NSString *)registerPrivacyUrl protectPrivacyUrl:(NSString *)protectPrivacyUrl checkBoxImage:(NSString *)checkBoxImage sloganText:(NSString *)sloganText loginBtnText:(NSString *)loginBtnText changeBtnTitle:(NSString *)changeBtnTitle loginBtnBgImgs:(NSArray *)loginBtnBgImgs;


@end

NS_ASSUME_NONNULL_END
