1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/src/com/fsck/k9/activity/Progressable.java
2011-02-26 18:39:06 -06:00

6 lines
112 B
Java

package com.fsck.k9.activity;
public interface Progressable {
public void setProgress(boolean progress);
}