com.stanfy.enroscar.async.internal.AsyncProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enroscar-content Show documentation
Show all versions of enroscar-content Show documentation
Helper classes and extended abstractions for Android loaders, content resolvers, and DB access.
package com.stanfy.enroscar.async.internal;
import com.stanfy.enroscar.async.Async;
/**
* Provides Async instance.
* @author Roman Mazur - Stanfy (http://stanfy.com)
*/
public interface AsyncProvider {
Async provideAsync();
}