package com.cooleshow.base.common; /** * 创建日期:2022/5/25 9:23 * * @author Ryan * 类说明: */ public class ConstantKey { public static final String IS_FIRST_LAUNCH = "IS_FIRST_LAUNCH"; }