5.15
This commit is contained in:
@ -18192,8 +18192,8 @@
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode",
|
||||
"printedName": "randomCode()",
|
||||
"name": "randomCode7",
|
||||
"printedName": "randomCode7()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
@ -18203,8 +18203,32 @@
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV10randomCodeSSyFZ",
|
||||
"usr": "s:5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV11randomCode7SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
"Custom",
|
||||
"RawDocComment"
|
||||
],
|
||||
"isFromExtension": true,
|
||||
"funcSelfKind": "NonMutating"
|
||||
},
|
||||
{
|
||||
"kind": "Function",
|
||||
"name": "randomCode11",
|
||||
"printedName": "randomCode11()",
|
||||
"children": [
|
||||
{
|
||||
"kind": "TypeNominal",
|
||||
"name": "String",
|
||||
"printedName": "Swift.String",
|
||||
"usr": "s:SS"
|
||||
}
|
||||
],
|
||||
"declKind": "Func",
|
||||
"usr": "s:5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"mangledName": "$s5M2Kit0A5UtilsV12randomCode11SSyFZ",
|
||||
"moduleName": "M2Kit",
|
||||
"static": true,
|
||||
"declAttributes": [
|
||||
@ -22425,7 +22449,7 @@
|
||||
"kind": "StringLiteral",
|
||||
"offset": 142,
|
||||
"length": 6,
|
||||
"value": "\"5.14\""
|
||||
"value": "\"5.15\""
|
||||
},
|
||||
{
|
||||
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2K.swift",
|
||||
|
||||
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Binary file not shown.
@ -918,7 +918,8 @@ extension M2Kit.M2Utils {
|
||||
}
|
||||
}
|
||||
extension M2Kit.M2Utils {
|
||||
@_Concurrency.MainActor public static func randomCode() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode7() -> Swift.String
|
||||
@_Concurrency.MainActor public static func randomCode11() -> Swift.String
|
||||
}
|
||||
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor public class M2WebVC : UIKit.UIViewController {
|
||||
@_Concurrency.MainActor @objc override dynamic public func viewDidLoad()
|
||||
|
||||
Reference in New Issue
Block a user