mirror of
https://github.com/fosrl/newt.git
synced 2026-02-18 19:06:39 +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
|
|
} |