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