Sha256: 2ad0cde3b30797b7b08004d688bc1997a90676da8789589711c09805d4079199
Contents?: true
Size: 650 Bytes
Versions: 3
Compression:
Stored size: 650 Bytes
Contents
// // UIBubbleTableViewDataSource.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 <Foundation/Foundation.h> @class NSBubbleData; @class UIBubbleTableView; @protocol UIBubbleTableViewDataSource <NSObject> @optional @required - (NSInteger)rowsForBubbleTable:(UIBubbleTableView *)tableView; - (NSBubbleData *)bubbleTableView:(UIBubbleTableView *)tableView dataForRow:(NSInteger)row; @end
Version data entries
3 entries across 3 versions & 1 rubygems