Export.swift 328 B

123456789101112131415
  1. //
  2. // Export.swift
  3. // HandyJSON
  4. //
  5. // Created by zhouzhuo on 16/07/2017.
  6. // Copyright © 2017 aliyun. All rights reserved.
  7. //
  8. import Foundation
  9. public protocol HandyJSONCustomTransformable: _ExtendCustomBasicType {}
  10. public protocol HandyJSON: _ExtendCustomModelType {}
  11. public protocol HandyJSONEnum: _RawEnumProtocol {}