// // LMJIntroductoryPagesView.h // iOSProject // // Created by windshan on 2017/12/29. // Copyright © 2017年 windshan. All rights reserved. // #import @interface LMJIntroductoryPagesView : UIView + (instancetype)pagesViewWithFrame:(CGRect)frame images:(NSArray *)images; @end