Sha256: df8ca83cf05a6ea28bc1518cd6a714e82643df85c1c72cbd67fd9f3a30406895
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
// // UIBubbleTypingTableCell.h // UIBubbleTableViewExample // // Created by Александр Баринов on 10/7/12. // Copyright (c) 2012 Stex Group. All rights reserved. // #import <UIKit/UIKit.h> #import "UIBubbleTableView.h" @interface UIBubbleTypingTableViewCell : UITableViewCell + (CGFloat)height; @property (nonatomic) NSBubbleTypingType type; @property (nonatomic) BOOL showAvatar; @end
Version data entries
3 entries across 3 versions & 1 rubygems