hch
2024-05-23 ee5c46ac3e4197cf4df77b5405f503b79bf030d4
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}