12345678910111213141516 |
- //
- // JXPagerView+RQExtension.h
- // JSJP
- //
- // Created by 张嵘 on 2021/10/26.
- //
- #import "JXPagerView.h"
- @interface JXPagerView (RQExtension)
- @property (nonatomic, readwrite, assign) BOOL isMirror;
- @property (nonatomic, strong) NSMutableDictionary <NSNumber *, id<JXPagerViewListViewDelegate>> *validListDict;
- @end
|