// // DetailMarkVC.h // jiaPei // // Created by apple on 16/1/13. // Copyright © 2016年 JCZ. All rights reserved. // #import /**是滑动collectionView 展示标志详情 不过有一个问题 就是不能直接到想看的页面 想想怎么解决(已解决) */ @interface DetailMarkVC : UIViewController @property (nonatomic, retain) NSArray *dataArray; @property (nonatomic, assign) NSInteger markTag; @end