mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 03:08:41 +00:00
8 lines
334 B
Objective-C
8 lines
334 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface ASLayoutElementStyleYoga : NSObject
|
|
@property (nonatomic, assign, readwrite) CGFloat spacingBefore;
|
|
@property (nonatomic, assign, readwrite) CGFloat spacingAfter;
|
|
@property (nonatomic, assign, readwrite) CGFloat flexGrow;
|
|
@property (nonatomic, assign, readwrite) CGFloat flexShrink;
|
|
@end
|