hch
2022-02-14 ba7db578e3468e4af5502ad6f1e09708d126b9a2
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}