OSSGetObjectTaggingResult.h 316 B

12345678910111213141516171819
  1. //
  2. // GetObjectTaggingResult.h
  3. // AliyunOSSSDK
  4. //
  5. // Created by ws on 2021/5/25.
  6. // Copyright © 2021 aliyun. All rights reserved.
  7. //
  8. #import "OSSResult.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface OSSGetObjectTaggingResult : OSSResult
  11. @property (nonatomic, strong) NSDictionary *tags;
  12. @end
  13. NS_ASSUME_NONNULL_END