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

com.luck.picture.lib.app.IApp Maven / Gradle / Ivy

The newest version!
package com.luck.picture.lib.app;

import android.content.Context;

import com.luck.picture.lib.engine.PictureSelectorEngine;

/**
 * @author:luck
 * @date:2019-12-03 15:14
 * @describe:IApp
 */
public interface IApp {
    /**
     * Application
     *
     * @return
     */
    Context getAppContext();

    /**
     * PictureSelectorEngine
     *
     * @return
     */
    PictureSelectorEngine getPictureSelectorEngine();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy