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