chengyanfang

sdk upgrade

Showing 36 changed files with 3 additions and 1 deletions
Pod::Spec.new do |s|
s.name = "HHMedicSDK"
s.version = "3.1.2.051117"
s.version = "3.1.2.051118"
s.summary = "和缓基础SDK"
s.description = <<-DESC
... ...
... ... @@ -1207,6 +1207,7 @@ public struct HHQuesetionModel : HHSDKBase.Mappable {
public var content: Swift.String?
public var id: Swift.Int?
public init?(map: HHSDKBase.Map)
public init()
public mutating func mapping(map: HHSDKBase.Map)
}
public struct rateModel : HHSDKBase.Mappable {
... ...
... ... @@ -1207,6 +1207,7 @@ public struct HHQuesetionModel : HHSDKBase.Mappable {
public var content: Swift.String?
public var id: Swift.Int?
public init?(map: HHSDKBase.Map)
public init()
public mutating func mapping(map: HHSDKBase.Map)
}
public struct rateModel : HHSDKBase.Mappable {
... ...