chengyanfang

sdk upgrade

Showing 55 changed files with 7 additions and 7 deletions
Pod::Spec.new do |s|
s.name = "HHMedicSDK"
s.version = "3.1.0.040920"
s.version = "3.1.0.041213"
s.summary = "和缓基础SDK"
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>3.1.0.040920</string></dict>
<string>3.1.0.041213</string></dict>
</plist>
... ...
... ... @@ -1282,7 +1282,7 @@ extension UIAlertController {
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)
public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
}
extension UIButton {
public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2)
... ...
... ... @@ -1363,7 +1363,7 @@ extension UIAlertController {
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)
public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
}
extension UIButton {
public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2)
... ...
... ... @@ -1363,7 +1363,7 @@ extension UIAlertController {
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)
public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
}
extension UIButton {
public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2)
... ...
... ... @@ -1282,7 +1282,7 @@ extension UIAlertController {
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)
public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
}
extension UIButton {
public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2)
... ...
... ... @@ -1282,7 +1282,7 @@ extension UIAlertController {
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)
public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
}
extension UIButton {
public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2)
... ...