mirror of
https://github.com/fosrl/newt.git
synced 2026-02-08 05:56:40 +00:00
8 lines
165 B
Go
8 lines
165 B
Go
//go:build ios
|
|
|
|
package permissions
|
|
|
|
// CheckNativeInterfacePermissions always allows permission on iOS.
|
|
func CheckNativeInterfacePermissions() error {
|
|
return nil
|
|
} |