mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-25 15:37:36 +00:00
Some commit
This commit is contained in:
17
examples/ASViewController/Sample/SampleSizingNode.h
Normal file
17
examples/ASViewController/Sample/SampleSizingNode.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// SampleSizingNode.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Michael Schneider on 11/10/16.
|
||||
// Copyright © 2016 AsyncDisplayKit. All rights reserved.
|
||||
//
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
|
||||
@interface ASDisplayNodeSizingDelegate : NSObject
|
||||
- (void)displayNodeDidInvalidateSize:(ASDisplayNode *)displayNode;
|
||||
@end
|
||||
|
||||
@interface SampleSizingNode : ASDisplayNode
|
||||
@property (nonatomic, weak) id delegate;
|
||||
@end
|
||||
Reference in New Issue
Block a user