allez
2021-03-03 6a930b11536be028d360b7edefb2d5ed4a6642d6
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}