SwiftExtension // Add credit to the Property Wrapper.
Ref: https://www.avanderlee.com/swift/property-wrappers/
This commit is contained in:
parent
5ee0721a82
commit
989b9bc424
|
@ -104,6 +104,7 @@ extension Bool {
|
|||
}
|
||||
|
||||
// MARK: - Property wrapper
|
||||
// Ref: https://www.avanderlee.com/swift/property-wrappers/
|
||||
|
||||
@propertyWrapper
|
||||
public struct AppProperty<Value> {
|
||||
|
|
Loading…
Reference in New Issue