Skip to content

Commit

Permalink
Rename ASTextKitHelpers to ASTextKitComponents and make the header pu…
Browse files Browse the repository at this point in the history
…blic
  • Loading branch information
ejensen committed Mar 26, 2016
1 parent 5be3b01 commit 387abbf
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
3 changes: 2 additions & 1 deletion AsyncDisplayKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Pod::Spec.new do |spec|
'AsyncDisplayKit/Details/**/*.h',
'AsyncDisplayKit/Layout/*.h',
'Base/*.h',
'AsyncDisplayKit/TextKit/ASTextNodeTypes.h'
'AsyncDisplayKit/TextKit/ASTextNodeTypes.h',
'AsyncDisplayKit/TextKit/ASTextKitComponents.h'
]

spec.source_files = [
Expand Down
33 changes: 16 additions & 17 deletions AsyncDisplayKit.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AsyncDisplayKit/ASEditableTextNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

#import <AsyncDisplayKit/ASDisplayNode.h>
#import <AsyncDisplayKit/ASTextKitHelpers.h>
#import <AsyncDisplayKit/ASTextKitComponents.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion AsyncDisplayKit/ASTextNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import <AsyncDisplayKit/ASDisplayNodeExtras.h>

#import "ASTextKitCoreTextAdditions.h"
#import "ASTextKitHelpers.h"
#import "ASTextKitComponents.h"
#import "ASTextKitFontSizeAdjuster.h"
#import "ASTextKitRenderer.h"
#import "ASTextKitRenderer+Positioning.h"
Expand Down
2 changes: 1 addition & 1 deletion AsyncDisplayKit/AsyncDisplayKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
#import <AsyncDisplayKit/UICollectionViewLayout+ASConvenience.h>
#import <AsyncDisplayKit/UIView+ASConvenience.h>
#import <AsyncDisplayKit/ASRunLoopQueue.h>
#import <AsyncDisplayKit/ASTextKitHelpers.h>
#import <AsyncDisplayKit/ASTextKitComponents.h>

#import <AsyncDisplayKit/AsyncDisplayKit+Debug.h>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

#import <UIKit/UIKit.h>
#import "ASBaseDefines.h"
#import <AsyncDisplayKit/ASBaseDefines.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down
2 changes: 1 addition & 1 deletion AsyncDisplayKitTests/ASTextNodeWordKernerTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <XCTest/XCTest.h>

#import "ASTextKitHelpers.h"
#import "ASTextKitComponents.h"
#import "ASTextNodeTypes.h"
#import "ASTextNodeWordKerner.h"

Expand Down

0 comments on commit 387abbf

Please sign in to comment.