CTCV2/app/src/main/java/com/lytefast/flexinput/model/Attachment.java

8 lines
130 B
Java

package com.lytefast.flexinput.model;
import lanchon.dexpatcher.annotation.DexIgnore;
@DexIgnore
public class Attachment<T> {
}