// // QXWalletDateView.h // QXLive // // Created by 启星 on 2025/5/27. // #import NS_ASSUME_NONNULL_BEGIN @protocol QXWalletDateViewDelegate @optional -(void)didSelectedStartDate:(NSString*)startDateString startDate:(NSDate*)startDate endDateString:(NSString*)endDateString endDate:(NSDate*)endDate; @end @interface QXWalletDateView : UIView @property (nonatomic,weak)iddelegate; @end NS_ASSUME_NONNULL_END