mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix "This block and function declaration is not a prototype" warning. (#619)
This commit is contained in:
committed by
Huy Nguyen
parent
72d33fc88e
commit
1e7d46196f
@@ -22,7 +22,7 @@
|
||||
/**
|
||||
* ASCellNode creation block. Used to lazily create the ASCellNode instance for a specified indexPath.
|
||||
*/
|
||||
typedef ASCellNode * _Nonnull(^ASCellNodeBlock)();
|
||||
typedef ASCellNode * _Nonnull(^ASCellNodeBlock)(void);
|
||||
|
||||
// Type for the cancellation checker block passed into the async display blocks. YES means the operation has been cancelled, NO means continue.
|
||||
typedef BOOL(^asdisplaynode_iscancelled_block_t)(void);
|
||||
|
||||
Reference in New Issue
Block a user