Initial commit
This commit is contained in:
15
sources/com/ubt/jimu/community/view/CommentDialog.java
Normal file
15
sources/com/ubt/jimu/community/view/CommentDialog.java
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user