altered comments.
This commit is contained in:
parent
b21664288d
commit
f73d5e73a5
@ -126,7 +126,7 @@ public typealias ActionBlock = () -> ()
|
||||
return label
|
||||
}
|
||||
|
||||
/// H32 -> Legal
|
||||
/// H32 -> Head
|
||||
@objc public static func commonLabelH32(_ scale: Bool) -> Label {
|
||||
let label = Label.label()
|
||||
label.styleH32(scale)
|
||||
@ -154,7 +154,7 @@ public typealias ActionBlock = () -> ()
|
||||
return label
|
||||
}
|
||||
|
||||
/// B20 -> Legal
|
||||
/// B20 -> Body
|
||||
@objc public static func commonLabelB20(_ scale: Bool) -> Label {
|
||||
let label = Label.label()
|
||||
label.styleB20(scale)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user