@interface CKStampButtonChatItem : CKChatItem @property (readonly, nonatomic) BOOL hasSelectableText; - (id)init; - (unsigned long long)layoutType; - (Class)cellClass; - (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })contentInsets; - (BOOL)displayDuringSend; - (id)layoutItemSpacingWithEnvironment:(id)a0 datasourceItemIndex:(long long)a1 allDatasourceItems:(id)a2 supplementryItems:(id)a3; - (struct CGSize { double x0; double x1; })loadSizeThatFits:(struct CGSize { double x0; double x1; })a0 textAlignmentInsets:(out struct UIEdgeInsets { double x0; double x1; double x2; double x3; } *)a1; - (char)transcriptOrientation; @end