mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Added .gitignore
This commit is contained in:
10
Watch/Extension/TGIndexPath.h
Normal file
10
Watch/Extension/TGIndexPath.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface TGIndexPath : NSObject <NSCopying>
|
||||
|
||||
@property (nonatomic, assign) NSUInteger section;
|
||||
@property (nonatomic, assign) NSUInteger row;
|
||||
|
||||
+ (instancetype)indexPathForRow:(NSUInteger)row inSection:(NSUInteger)section;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user