1 package expo.interfaces.devmenu.annotations 2 3 @Target(AnnotationTarget.CLASS) 4 @Retention(AnnotationRetention.RUNTIME) 5 annotation class ContainsDevMenuExtension 6
1 package expo.interfaces.devmenu.annotations 2 3 @Target(AnnotationTarget.CLASS) 4 @Retention(AnnotationRetention.RUNTIME) 5 annotation class ContainsDevMenuExtension 6