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