hch
2023-12-06 6aca7d1dfca55d7c79d7bb0aab16d0f34f50d6e5
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}