All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.extjs.appshare.FastAppShareConfig Maven / Gradle / Ivy

Go to download

FastChar-ExtJs-AppShare is a FastChar-ExtJs plugin.Used for APP application distribution download, support android and ios

The newest version!
package com.fastchar.extjs.appshare;

import com.fastchar.interfaces.IFastConfig;

/**
 * @author 沈建(Janesen)
 * @date 2020/5/19 13:39
 */
public class FastAppShareConfig implements IFastConfig {

    private boolean debug;

    public boolean isDebug() {
        return debug;
    }

    public FastAppShareConfig setDebug(boolean debug) {
        this.debug = debug;
        return this;
    }



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy