From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- screendisplay/screendisplay/Classes/Helpers/欢迎页/LMJIntroductoryPagesView.h | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git "a/screendisplay/screendisplay/Classes/Helpers/\346\254\242\350\277\216\351\241\265/LMJIntroductoryPagesView.h" "b/screendisplay/screendisplay/Classes/Helpers/\346\254\242\350\277\216\351\241\265/LMJIntroductoryPagesView.h" new file mode 100755 index 0000000..679560d --- /dev/null +++ "b/screendisplay/screendisplay/Classes/Helpers/\346\254\242\350\277\216\351\241\265/LMJIntroductoryPagesView.h" @@ -0,0 +1,15 @@ +// +// LMJIntroductoryPagesView.h +// iOSProject +// +// Created by windshan on 2017/12/29. +// Copyright �� 2017��� windshan. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface LMJIntroductoryPagesView : UIView + ++ (instancetype)pagesViewWithFrame:(CGRect)frame images:(NSArray<NSString *> *)images; + +@end -- Gitblit v1.8.0