NSDictionary+MKRXml.h 365 B

1234567891011121314151617181920
  1. //
  2. // NSDictionary+MKRXml.h
  3. // libAS-Control
  4. //
  5. // Created by yyqxiaoyin on 2019/10/23.
  6. // Copyright © 2019 AirSmart. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <Foundation/Foundation.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface NSDictionary (MKRXml)
  12. + (nullable NSDictionary *)mkr_dictionaryWithXML:(id)xmlDataOrString;
  13. @end
  14. NS_ASSUME_NONNULL_END