mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
commented some stuff out
This commit is contained in:
@@ -26,6 +26,16 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)viewDidAppear:(BOOL)animated;
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated;
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
|
||||
@@ -97,8 +97,6 @@ static NSUInteger kNumberOfImages = 14;
|
||||
}];
|
||||
|
||||
return node;
|
||||
|
||||
//[[ImageCellNode alloc] initWithImage:_sections[indexPath.section][indexPath.item]];
|
||||
}
|
||||
|
||||
- (ASCellNode *)collectionView:(ASCollectionView *)collectionView nodeForSupplementaryElementOfKind:(NSString *)kind atIndexPath:(NSIndexPath *)indexPath
|
||||
|
||||
Reference in New Issue
Block a user