Use the support annotation

This commit is contained in:
ligi 2015-09-11 12:16:13 +02:00
parent 78f67e0e64
commit 2b7484227d

View file

@ -1,7 +1,7 @@
package org.ligi.passandroid.model;
import android.support.annotation.Nullable;
import java.util.List;
import javax.annotation.Nullable;
public interface PassStore {