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