chengyanfang

sdk upgrade

Showing 55 changed files with 27 additions and 7 deletions
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHMedicSDK" 2 s.name = "HHMedicSDK"
3 - s.version = "3.0.0.040910" 3 + s.version = "3.1.0.040918"
4 s.summary = "和缓基础SDK" 4 s.summary = "和缓基础SDK"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -3,5 +3,5 @@ @@ -3,5 +3,5 @@
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>HHBundleVersion</key> 5 <key>HHBundleVersion</key>
6 -<string>3.0.0.040910</string></dict> 6 +<string>3.1.0.040918</string></dict>
7 </plist> 7 </plist>
@@ -1034,6 +1034,10 @@ public class HHDevice { @@ -1034,6 +1034,10 @@ public class HHDevice {
1034 public static func isIphoneX() -> Swift.Bool 1034 public static func isIphoneX() -> Swift.Bool
1035 public static func bottomOffset() -> CoreGraphics.CGFloat 1035 public static func bottomOffset() -> CoreGraphics.CGFloat
1036 public static func topOffset() -> CoreGraphics.CGFloat 1036 public static func topOffset() -> CoreGraphics.CGFloat
  1037 + public class func isSmall() -> Swift.Bool
  1038 + public class func isMid() -> Swift.Bool
  1039 + public class func isPlus() -> Swift.Bool
  1040 + public class func isX() -> Swift.Bool
1037 public static func iphoneType() -> Swift.String 1041 public static func iphoneType() -> Swift.String
1038 @objc deinit 1042 @objc deinit
1039 } 1043 }
@@ -1274,7 +1278,7 @@ extension String { @@ -1274,7 +1278,7 @@ extension String {
1274 } 1278 }
1275 } 1279 }
1276 extension UIAlertController { 1280 extension UIAlertController {
1277 - public func show() 1281 + public func showAlter()
1278 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) 1282 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
1279 public func addAlterActions(_ actions: [UIKit.UIAlertAction]) 1283 public func addAlterActions(_ actions: [UIKit.UIAlertAction])
1280 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) 1284 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
@@ -1115,6 +1115,10 @@ public class HHDevice { @@ -1115,6 +1115,10 @@ public class HHDevice {
1115 public static func isIphoneX() -> Swift.Bool 1115 public static func isIphoneX() -> Swift.Bool
1116 public static func bottomOffset() -> CoreGraphics.CGFloat 1116 public static func bottomOffset() -> CoreGraphics.CGFloat
1117 public static func topOffset() -> CoreGraphics.CGFloat 1117 public static func topOffset() -> CoreGraphics.CGFloat
  1118 + public class func isSmall() -> Swift.Bool
  1119 + public class func isMid() -> Swift.Bool
  1120 + public class func isPlus() -> Swift.Bool
  1121 + public class func isX() -> Swift.Bool
1118 public static func iphoneType() -> Swift.String 1122 public static func iphoneType() -> Swift.String
1119 @objc deinit 1123 @objc deinit
1120 } 1124 }
@@ -1355,7 +1359,7 @@ extension String { @@ -1355,7 +1359,7 @@ extension String {
1355 } 1359 }
1356 } 1360 }
1357 extension UIAlertController { 1361 extension UIAlertController {
1358 - public func show() 1362 + public func showAlter()
1359 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) 1363 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
1360 public func addAlterActions(_ actions: [UIKit.UIAlertAction]) 1364 public func addAlterActions(_ actions: [UIKit.UIAlertAction])
1361 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) 1365 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
@@ -1115,6 +1115,10 @@ public class HHDevice { @@ -1115,6 +1115,10 @@ public class HHDevice {
1115 public static func isIphoneX() -> Swift.Bool 1115 public static func isIphoneX() -> Swift.Bool
1116 public static func bottomOffset() -> CoreGraphics.CGFloat 1116 public static func bottomOffset() -> CoreGraphics.CGFloat
1117 public static func topOffset() -> CoreGraphics.CGFloat 1117 public static func topOffset() -> CoreGraphics.CGFloat
  1118 + public class func isSmall() -> Swift.Bool
  1119 + public class func isMid() -> Swift.Bool
  1120 + public class func isPlus() -> Swift.Bool
  1121 + public class func isX() -> Swift.Bool
1118 public static func iphoneType() -> Swift.String 1122 public static func iphoneType() -> Swift.String
1119 @objc deinit 1123 @objc deinit
1120 } 1124 }
@@ -1355,7 +1359,7 @@ extension String { @@ -1355,7 +1359,7 @@ extension String {
1355 } 1359 }
1356 } 1360 }
1357 extension UIAlertController { 1361 extension UIAlertController {
1358 - public func show() 1362 + public func showAlter()
1359 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) 1363 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
1360 public func addAlterActions(_ actions: [UIKit.UIAlertAction]) 1364 public func addAlterActions(_ actions: [UIKit.UIAlertAction])
1361 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) 1365 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
@@ -1034,6 +1034,10 @@ public class HHDevice { @@ -1034,6 +1034,10 @@ public class HHDevice {
1034 public static func isIphoneX() -> Swift.Bool 1034 public static func isIphoneX() -> Swift.Bool
1035 public static func bottomOffset() -> CoreGraphics.CGFloat 1035 public static func bottomOffset() -> CoreGraphics.CGFloat
1036 public static func topOffset() -> CoreGraphics.CGFloat 1036 public static func topOffset() -> CoreGraphics.CGFloat
  1037 + public class func isSmall() -> Swift.Bool
  1038 + public class func isMid() -> Swift.Bool
  1039 + public class func isPlus() -> Swift.Bool
  1040 + public class func isX() -> Swift.Bool
1037 public static func iphoneType() -> Swift.String 1041 public static func iphoneType() -> Swift.String
1038 @objc deinit 1042 @objc deinit
1039 } 1043 }
@@ -1274,7 +1278,7 @@ extension String { @@ -1274,7 +1278,7 @@ extension String {
1274 } 1278 }
1275 } 1279 }
1276 extension UIAlertController { 1280 extension UIAlertController {
1277 - public func show() 1281 + public func showAlter()
1278 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) 1282 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
1279 public func addAlterActions(_ actions: [UIKit.UIAlertAction]) 1283 public func addAlterActions(_ actions: [UIKit.UIAlertAction])
1280 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) 1284 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)
@@ -1034,6 +1034,10 @@ public class HHDevice { @@ -1034,6 +1034,10 @@ public class HHDevice {
1034 public static func isIphoneX() -> Swift.Bool 1034 public static func isIphoneX() -> Swift.Bool
1035 public static func bottomOffset() -> CoreGraphics.CGFloat 1035 public static func bottomOffset() -> CoreGraphics.CGFloat
1036 public static func topOffset() -> CoreGraphics.CGFloat 1036 public static func topOffset() -> CoreGraphics.CGFloat
  1037 + public class func isSmall() -> Swift.Bool
  1038 + public class func isMid() -> Swift.Bool
  1039 + public class func isPlus() -> Swift.Bool
  1040 + public class func isX() -> Swift.Bool
1037 public static func iphoneType() -> Swift.String 1041 public static func iphoneType() -> Swift.String
1038 @objc deinit 1042 @objc deinit
1039 } 1043 }
@@ -1274,7 +1278,7 @@ extension String { @@ -1274,7 +1278,7 @@ extension String {
1274 } 1278 }
1275 } 1279 }
1276 extension UIAlertController { 1280 extension UIAlertController {
1277 - public func show() 1281 + public func showAlter()
1278 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) 1282 public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
1279 public func addAlterActions(_ actions: [UIKit.UIAlertAction]) 1283 public func addAlterActions(_ actions: [UIKit.UIAlertAction])
1280 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) 1284 public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16)