Pre Merge pull request !100 from ShikiSuen/creditUpdate

This commit is contained in:
ShikiSuen 2022-10-06 06:03:31 +00:00 committed by Gitee
commit fc8fac5842
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ extension Bool {
}
// MARK: - Property wrapper
// Ref: https://www.avanderlee.com/swift/property-wrappers/
@propertyWrapper
public struct AppProperty<Value> {