Skip to content

Instantly share code, notes, and snippets.

View AmrAbedal's full-sized avatar
👨‍💻
try? newThings

Amr AbdelWahab AmrAbedal

👨‍💻
try? newThings
View GitHub Profile
import AuthenticationServices
import RxCocoa
import RxSwift
import UIKit
@available(iOS 13.0, *)
extension ASAuthorizationController: HasDelegate {
public typealias Delegate = ASAuthorizationControllerDelegate
}