QNAutoZone.h 232 B

1234567891011121314151617
  1. //
  2. // QNAutoZone.h
  3. // QiniuSDK
  4. //
  5. // Created by yangsen on 2020/4/16.
  6. // Copyright © 2020 Qiniu. All rights reserved.
  7. //
  8. #import "QNZone.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface QNAutoZone : QNZone
  11. @end
  12. NS_ASSUME_NONNULL_END