mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[Umbrella] Add warn_unused_result Attribute to Public Headers (#2353)
* Add some warn_unused_result attributes * Add more * Add some more
This commit is contained in:
@@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
* @param child A child that is laid out to determine the size of this spec.
|
||||
* @param overlay A layoutElement object that is laid out over the child. If this is nil, the overlay is omitted.
|
||||
*/
|
||||
+ (instancetype)overlayLayoutSpecWithChild:(id<ASLayoutElement>)child overlay:(nullable id<ASLayoutElement>)overlay;
|
||||
+ (instancetype)overlayLayoutSpecWithChild:(id<ASLayoutElement>)child overlay:(nullable id<ASLayoutElement>)overlay AS_WARN_UNUSED_RESULT;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user