16 lines
362 B
Java
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;
|
|
}
|