// // XTGuidePagesViewController.h // XTGuidePagesView // // Created by zjwang on 16/5/30. // Copyright © 2016年 夏天. All rights reserved. // #import #import "CALayer+Transition.h" @protocol selectDelegate - (void)clickEnter; @end @interface XTGuidePagesViewController : UIViewController @property (nonatomic, strong) UIButton *btnEnter; // 初始化引导页 - (void)guidePageControllerWithImages:(NSArray *)images AndTitle:(NSArray *)titles Andtipe:(NSArray *)tipes; + (BOOL)isShow; @property (nonatomic, assign) id delegate; //+ (instancetype)shareXTGuideVC; @end