add: about page, settings, notification switch
This commit is contained in:
@@ -26,4 +26,10 @@ public @interface ViewBinding {
|
||||
@interface Click {
|
||||
int value();
|
||||
}
|
||||
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@interface Check {
|
||||
int value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user