JXPagerView+RQExtension.h 211 B

1234567891011121314
  1. //
  2. // JXPagerView+RQExtension.h
  3. // SDJK
  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. @end