Object InnerAttachmentViewHolder.Companion
-
- All Implemented Interfaces:
public class InnerAttachmentViewHolder.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static InnerAttachmentViewHolder.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final InnerAttachmentViewHolderstub(View itemView)Creates a stub InnerAttachmentViewHolder instance. -
-
Method Detail
-
stub
final InnerAttachmentViewHolder stub(View itemView)
Creates a stub InnerAttachmentViewHolder instance.
- Parameters:
itemView- The view that this ViewHolder controls.
-
-
-
-