BUQueueManagerConfig.h 305 B

1234567891011121314151617181920
  1. //
  2. // BUQueueManagerConfig.h
  3. // BUFoundation
  4. //
  5. // Created by Rush.D.Xzj on 2021/8/6.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface BUQueueManagerConfig : NSObject
  10. @property (nonatomic, copy) NSString *version;
  11. + (instancetype)defaultConfig;
  12. @end
  13. NS_ASSUME_NONNULL_END