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