Sha256: 5f9f97b8efbaa013b0376f4039d6125a7e5f2ed83cd6d6abbc0310991a29aee1
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
// // UIBubbleTableViewCell.h // // Created by Alex Barinov // Project home page: http://alexbarinov.github.com/UIBubbleTableView/ // // This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. // To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ // #import <UIKit/UIKit.h> #import "NSBubbleData.h" @interface UIBubbleTableViewCell : UITableViewCell @property (nonatomic, strong) NSBubbleData *data; @property (nonatomic) BOOL showAvatar; @end
Version data entries
3 entries across 3 versions & 1 rubygems