ConstantKey.java 209 B

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