Няма описание

12345678910111213141516
  1. //
  2. // OSSConstants.m
  3. // AliyunOSSSDK
  4. //
  5. // Created by huaixu on 2018/1/22.
  6. // Copyright © 2018年 aliyun. All rights reserved.
  7. //
  8. #import "OSSConstants.h"
  9. NSString * const OSSXMLDictionaryAttributesKey = @"__attributes";
  10. NSString * const OSSXMLDictionaryCommentsKey = @"__comments";
  11. NSString * const OSSXMLDictionaryTextKey = @"__text";
  12. NSString * const OSSXMLDictionaryNodeNameKey = @"__name";
  13. NSString * const OSSXMLDictionaryAttributePrefix = @"_";