hch
2022-06-07 7d4a21ad37ba13e5f2b59783fc7db28751464a3b
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}