Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.yanzhenjie.permission.runtime;
|
||||
|
||||
import com.yanzhenjie.permission.Action;
|
||||
import java.util.List;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface PermissionRequest {
|
||||
PermissionRequest a(Action<List<String>> action);
|
||||
|
||||
PermissionRequest a(String... strArr);
|
||||
|
||||
PermissionRequest b(Action<List<String>> action);
|
||||
|
||||
void start();
|
||||
}
|
||||
Reference in New Issue
Block a user