Showing
55 changed files
with
7 additions
and
7 deletions
No preview for this file type
This file is too large to display.
No preview for this file type
| @@ -1282,7 +1282,7 @@ extension UIAlertController { | @@ -1282,7 +1282,7 @@ extension UIAlertController { | ||
| 1282 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) | 1282 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) |
| 1283 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) | 1283 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) |
| 1284 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) | 1284 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) |
| 1285 | - public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController | 1285 | + public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController |
| 1286 | } | 1286 | } |
| 1287 | extension UIButton { | 1287 | extension UIButton { |
| 1288 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) | 1288 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) |
No preview for this file type
No preview for this file type
| @@ -1363,7 +1363,7 @@ extension UIAlertController { | @@ -1363,7 +1363,7 @@ extension UIAlertController { | ||
| 1363 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) | 1363 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) |
| 1364 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) | 1364 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) |
| 1365 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) | 1365 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) |
| 1366 | - public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController | 1366 | + public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController |
| 1367 | } | 1367 | } |
| 1368 | extension UIButton { | 1368 | extension UIButton { |
| 1369 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) | 1369 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) |
No preview for this file type
No preview for this file type
| @@ -1363,7 +1363,7 @@ extension UIAlertController { | @@ -1363,7 +1363,7 @@ extension UIAlertController { | ||
| 1363 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) | 1363 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) |
| 1364 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) | 1364 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) |
| 1365 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) | 1365 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) |
| 1366 | - public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController | 1366 | + public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController |
| 1367 | } | 1367 | } |
| 1368 | extension UIButton { | 1368 | extension UIButton { |
| 1369 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) | 1369 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) |
No preview for this file type
No preview for this file type
| @@ -1282,7 +1282,7 @@ extension UIAlertController { | @@ -1282,7 +1282,7 @@ extension UIAlertController { | ||
| 1282 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) | 1282 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) |
| 1283 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) | 1283 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) |
| 1284 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) | 1284 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) |
| 1285 | - public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController | 1285 | + public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController |
| 1286 | } | 1286 | } |
| 1287 | extension UIButton { | 1287 | extension UIButton { |
| 1288 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) | 1288 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) |
No preview for this file type
No preview for this file type
| @@ -1282,7 +1282,7 @@ extension UIAlertController { | @@ -1282,7 +1282,7 @@ extension UIAlertController { | ||
| 1282 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) | 1282 | public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?) |
| 1283 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) | 1283 | public func addAlterActions(_ actions: [UIKit.UIAlertAction]) |
| 1284 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) | 1284 | public func alterMessageStyle(_ fonsize: CoreGraphics.CGFloat = (HHDimens.isPad()) ? 18 : 16) |
| 1285 | - public static func standardCloseAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController | 1285 | + public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController |
| 1286 | } | 1286 | } |
| 1287 | extension UIButton { | 1287 | extension UIButton { |
| 1288 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) | 1288 | public func centerImageTitleVertically(spacing: CoreGraphics.CGFloat = 2) |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-12.3+.nib
No preview for this file type
HHMedicSDK/HHSDKVideo.framework/Upload.storyboardc/UIViewController-jgq-dG-SDa.nib/objects-13.0+.nib
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment