objc2_authentication_services/generated/ASAuthorizationProvider.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use objc2::__framework_prelude::*;
4
5use crate::*;
6
7extern_protocol!(
8 /// [Apple's documentation](https://developer.apple.com/documentation/authenticationservices/asauthorizationprovider?language=objc)
9 pub unsafe trait ASAuthorizationProvider: NSObjectProtocol {}
10);