blob: de9f93760b3e338916c199084958ae2b5597159f [file] [log] [blame]
package org.wordpress.android.util;
public interface GenericCallback<T> {
public void callback(T t);
}