Fix author headers

This commit is contained in:
qwerty287 2022-07-02 11:10:19 +02:00
parent 4a6d127892
commit c291469ec5
No known key found for this signature in database
GPG key ID: E0464C650D9D25B2
3 changed files with 12 additions and 0 deletions

View file

@ -1,5 +1,9 @@
package org.mian.gitnex.structs;
/**
* @author M M Arif
* @author qwerty287
*/
public interface BottomSheetListener {
void onButtonClicked(String text);
}

View file

@ -1,5 +1,9 @@
package org.mian.gitnex.structs;
/**
* @author M M Arif
* @author qwerty287
*/
public interface FragmentRefreshListener {
void onRefresh(String text);

View file

@ -1,3 +1,7 @@
package org.mian.gitnex.structs;
/**
* @author opyale
* @author qwerty287
*/
public enum Protocol {HTTPS, HTTP}