Rename ASTextKitHelpers to ASTextKitComponents and make the header public

This commit is contained in:
Eric Jensen
2016-03-26 15:31:53 -07:00
parent 5be3b0137a
commit 387abbff5d
8 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
*/
#import <UIKit/UIKit.h>
#import "ASBaseDefines.h"
#import <AsyncDisplayKit/ASBaseDefines.h>
NS_ASSUME_NONNULL_BEGIN

View File

@@ -6,7 +6,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import "ASTextKitHelpers.h"
#import "ASTextKitComponents.h"
@interface ASTextKitComponents ()