JXPagerView+RQExtension.h 324 B

12345678910111213141516
  1. //
  2. // JXPagerView+RQExtension.h
  3. // JSJP
  4. //
  5. // Created by 张嵘 on 2021/10/26.
  6. //
  7. #import "JXPagerView.h"
  8. @interface JXPagerView (RQExtension)
  9. @property (nonatomic, readwrite, assign) BOOL isMirror;
  10. @property (nonatomic, strong) NSMutableDictionary <NSNumber *, id<JXPagerViewListViewDelegate>> *validListDict;
  11. @end