package com.whatsapp;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.FrameLayout;
/**
* Created by brianvalente on 11/23/15.
*/
public class TextAndDateLayout extends FrameLayout {
public TextAndDateLayout(Context context, AttributeSet attrs) {
super(context, attrs);
}
}