// // SDCycleScrollView+RQExtension.h // jiaPei // // Created by 张嵘 on 2022/8/10. // Copyright © 2022 JCZ. All rights reserved. // #import "SDCycleScrollView.h" NS_ASSUME_NONNULL_BEGIN @interface SDCycleScrollView (RQExtension) @property (nonatomic, strong) NSArray *imagePathsGroup; @end NS_ASSUME_NONNULL_END