#pragma once
#import <UIKit/UIKit.h>

@interface NSLayoutManager (LayoutManagerExtension)
@property(nonatomic, weak) id input;
@end
