hch
2023-11-20 363e4b2195a84035697a6015304029f8dc446241
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}