I hereby claim:
- I am DagAgren on github.
- I am waha_06x36 (https://keybase.io/waha_06x36) on keybase.
- I have a public key whose fingerprint is AF55 29D6 6BCC FCCC E952 496F D8A7 65A9 C459 4A6B
To claim this, I am signing this object:
| extension UIView { | |
| @MainActor class func animate( | |
| springStiffness stiffness: CGFloat, | |
| damping: CGFloat, | |
| initialSpringVelocity: CGFloat = 0.0, | |
| delay: TimeInterval = 0.0, | |
| options: UIView.AnimationOptions = [], | |
| animations: () -> Void, | |
| completion: ((Bool) -> Void)? = nil | |
| ) { |
| public enum PluralCount { | |
| case zero | |
| case one | |
| case two | |
| case few | |
| case many | |
| case other | |
| } | |
| extension PluralCount { |
| import Foundation | |
| struct PushNotification: Codable { | |
| let accessToken: String | |
| let preferredLocale: String | |
| let notificationId: Int64 | |
| let notificationType: Type | |
| let icon: URL | |
| let title: String | |
| let body: String |
I hereby claim:
To claim this, I am signing this object: