File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111#import < AsyncDisplayKit/ASImageNode.h>
1212#import < AsyncDisplayKit/ASStackLayoutDefines.h>
1313
14- @interface ASButtonNode () {
14+ @interface ASButtonNode () {
1515 NSAttributedString *_normalAttributedTitle;
1616 NSAttributedString *_highlightedAttributedTitle;
1717 NSAttributedString *_selectedAttributedTitle;
2929 UIImage *_selectedBackgroundImage;
3030 UIImage *_selectedHighlightedBackgroundImage;
3131 UIImage *_disabledBackgroundImage;
32-
32+
3333 CGFloat _contentSpacing;
3434 UIEdgeInsets _contentEdgeInsets;
3535 ASTextNode *_titleNode;
3636 ASImageNode *_imageNode;
3737 ASImageNode *_backgroundImageNode;
3838
39- BOOL _laysOutHorizontally;
39+ BOOL _laysOutHorizontally;
4040 ASVerticalAlignment _contentVerticalAlignment;
4141 ASHorizontalAlignment _contentHorizontalAlignment;
4242 ASButtonNodeImageAlignment _imageAlignment;
You can’t perform that action at this time.
0 commit comments