Skip to content

Commit 61a0bfb

Browse files
marcusrambergAlanQuatermain
authored andcommitted
Add missing function to header
1 parent 8ea9790 commit 61a0bfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Classes/AQGridView.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ extern NSString * const AQGridViewSelectionDidChangeNotification;
170170
@property (nonatomic, readonly) CGSize gridCellSize;
171171

172172
- (CGRect) rectForItemAtIndex: (NSUInteger) index;
173+
- (CGRect) gridViewVisibleBounds;
173174
- (AQGridViewCell *) cellForItemAtIndex: (NSUInteger) index;
174175
- (NSUInteger) indexForItemAtPoint: (CGPoint) point;
175176
- (NSUInteger) indexForCell: (AQGridViewCell *) cell;

0 commit comments

Comments
 (0)