DetailMarkVC.h 439 B

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