// // audioPlayListView.h // 双子星云手机 // // Created by xd h on 2024/7/15. // #import NS_ASSUME_NONNULL_BEGIN @interface audioPlayListView : UIView @property (nonatomic,assign) NSInteger playingIndex; @property (nonatomic,copy) void (^didClickButtonFun)(void); - (id)initWithFrame:(CGRect)frame withIndex:(NSInteger)index; - (void)reGetDataFun; @end NS_ASSUME_NONNULL_END