chengyanfang

sdk upgrade

Showing 55 changed files with 27 additions and 7 deletions
Pod::Spec.new do |s|
s.name = "HHMedicSDK"
s.version = "3.0.0.040910"
s.version = "3.1.0.040918"
s.summary = "和缓基础SDK"
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>3.0.0.040910</string></dict>
<string>3.1.0.040918</string></dict>
</plist>
... ...
... ... @@ -1034,6 +1034,10 @@ public class HHDevice {
public static func isIphoneX() -> Swift.Bool
public static func bottomOffset() -> CoreGraphics.CGFloat
public static func topOffset() -> CoreGraphics.CGFloat
public class func isSmall() -> Swift.Bool
public class func isMid() -> Swift.Bool
public class func isPlus() -> Swift.Bool
public class func isX() -> Swift.Bool
public static func iphoneType() -> Swift.String
@objc deinit
}
... ... @@ -1274,7 +1278,7 @@ extension String {
}
}
extension UIAlertController {
public func show()
public func showAlter()
public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
public func addAlterActions(_ actions: [UIKit.UIAlertAction])
public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
... ...
... ... @@ -1115,6 +1115,10 @@ public class HHDevice {
public static func isIphoneX() -> Swift.Bool
public static func bottomOffset() -> CoreGraphics.CGFloat
public static func topOffset() -> CoreGraphics.CGFloat
public class func isSmall() -> Swift.Bool
public class func isMid() -> Swift.Bool
public class func isPlus() -> Swift.Bool
public class func isX() -> Swift.Bool
public static func iphoneType() -> Swift.String
@objc deinit
}
... ... @@ -1355,7 +1359,7 @@ extension String {
}
}
extension UIAlertController {
public func show()
public func showAlter()
public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
public func addAlterActions(_ actions: [UIKit.UIAlertAction])
public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
... ...
... ... @@ -1115,6 +1115,10 @@ public class HHDevice {
public static func isIphoneX() -> Swift.Bool
public static func bottomOffset() -> CoreGraphics.CGFloat
public static func topOffset() -> CoreGraphics.CGFloat
public class func isSmall() -> Swift.Bool
public class func isMid() -> Swift.Bool
public class func isPlus() -> Swift.Bool
public class func isX() -> Swift.Bool
public static func iphoneType() -> Swift.String
@objc deinit
}
... ... @@ -1355,7 +1359,7 @@ extension String {
}
}
extension UIAlertController {
public func show()
public func showAlter()
public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
public func addAlterActions(_ actions: [UIKit.UIAlertAction])
public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
... ...
... ... @@ -1034,6 +1034,10 @@ public class HHDevice {
public static func isIphoneX() -> Swift.Bool
public static func bottomOffset() -> CoreGraphics.CGFloat
public static func topOffset() -> CoreGraphics.CGFloat
public class func isSmall() -> Swift.Bool
public class func isMid() -> Swift.Bool
public class func isPlus() -> Swift.Bool
public class func isX() -> Swift.Bool
public static func iphoneType() -> Swift.String
@objc deinit
}
... ... @@ -1274,7 +1278,7 @@ extension String {
}
}
extension UIAlertController {
public func show()
public func showAlter()
public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
public func addAlterActions(_ actions: [UIKit.UIAlertAction])
public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
... ...
... ... @@ -1034,6 +1034,10 @@ public class HHDevice {
public static func isIphoneX() -> Swift.Bool
public static func bottomOffset() -> CoreGraphics.CGFloat
public static func topOffset() -> CoreGraphics.CGFloat
public class func isSmall() -> Swift.Bool
public class func isMid() -> Swift.Bool
public class func isPlus() -> Swift.Bool
public class func isX() -> Swift.Bool
public static func iphoneType() -> Swift.String
@objc deinit
}
... ... @@ -1274,7 +1278,7 @@ extension String {
}
}
extension UIAlertController {
public func show()
public func showAlter()
public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
public func addAlterActions(_ actions: [UIKit.UIAlertAction])
public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
... ...