reordered conditionals, moved beta things to beta header file

This commit is contained in:
rcancro
2016-02-24 08:06:10 -08:00
parent 878fedd8f3
commit 8dbc8b7df4
3 changed files with 14 additions and 13 deletions

View File

@@ -15,4 +15,16 @@
*/
@property (nonatomic, copy) NSArray *pointSizeScaleFactors;
#pragma mark - ASTextKit Customization
/**
A block to provide a hook to provide a custom NSLayoutManager to the ASTextKitRenderer
*/
@property (nonatomic, copy) NSLayoutManager * (^layoutManagerCreationBlock)(void);
/**
A block to provide a hook to provide a NSTextStorage to the Text Kit's layout manager.
*/
@property (nonatomic, copy) NSTextStorage * (^textStorageCreationBlock)(NSAttributedString *attributedString);
@end