Showing
55 changed files
with
27 additions
and
7 deletions
No preview for this file type
This file is too large to display.
No preview for this file type
| @@ -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) |
No preview for this file type
No preview for this file type
| @@ -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) |
No preview for this file type
No preview for this file type
| @@ -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) |
No preview for this file type
No preview for this file type
| @@ -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) |
No preview for this file type
No preview for this file type
| @@ -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) |
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