Files
yingmeng-ios-switf/Pods/HandyJSON/Source/Export.swift
2024-02-21 21:30:13 +08:00

16 lines
328 B
Swift

//
// Export.swift
// HandyJSON
//
// Created by zhouzhuo on 16/07/2017.
// Copyright © 2017 aliyun. All rights reserved.
//
import Foundation
public protocol HandyJSONCustomTransformable: _ExtendCustomBasicType {}
public protocol HandyJSON: _ExtendCustomModelType {}
public protocol HandyJSONEnum: _RawEnumProtocol {}