From 38e953d995e6c666a1a1f56296e798d24fc5c7ca Mon Sep 17 00:00:00 2001 From: Kolin Krewinkel Date: Sun, 29 Apr 2012 22:50:50 -0700 Subject: [PATCH] Remove whitespace. --- KKGridView/KKGridView.h | 1 - 1 file changed, 1 deletion(-) diff --git a/KKGridView/KKGridView.h b/KKGridView/KKGridView.h index d7e684b..e4525b8 100755 --- a/KKGridView/KKGridView.h +++ b/KKGridView/KKGridView.h @@ -115,7 +115,6 @@ typedef enum { //- (void)deleteSections:(NSIndexSet *)sections withItemAnimation:(KKGridViewAnimation)animation; //- (void)reloadSections:(NSIndexSet *)sections withAnimation:(KKGridViewAnimation)animation; - #pragma mark - Selection - (void)selectItemsAtIndexPaths:(NSArray *)indexPaths animated:(BOOL)animated;