// // LMJIntroductoryPagesHelper.h // iOSProject // // Created by windshan on 2017/12/29. // Copyright © 2017年 windshan. All rights reserved. // #import @interface LMJIntroductoryPagesHelper : NSObject + (instancetype)shareInstance; + (void)showIntroductoryPageView:(NSArray *)imageArray; @end