You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
328 B
15 lines
328 B
// |
|
// 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 {}
|
|
|