jimu-decompiled/sources/com/ubt/jimu/community/view/CommentDialog.java
2025-05-13 19:24:51 +02:00

16 lines
362 B
Java

package com.ubt.jimu.community.view;
import android.app.Dialog;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.TextView;
/* loaded from: classes.dex */
public class CommentDialog extends Dialog {
ImageView cancel;
ImageView commit;
EditText editComment;
TextView textCount;
TextView titleTextView;
}