package com.bcxin.api.interfaces;

public class ApiConstant {
    public static final String VERSION = "1.0.0";
}
