allez
2023-11-30 412f3954e46f2b7e06ad1b54963aa7796a4883cf
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}