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