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