Skip to content

Commit

Permalink
Add objc runtime for compiling componentkit in open source
Browse files Browse the repository at this point in the history
Summary: `CKCellDeallocUnmounter.mm` was not compiling in OSS, so had to import runtime.h file. It needs this header file for `objc_getAssociatedObject ` and `objc_setAssociatedObject`

Reviewed By: Andrey-Mishanin

Differential Revision: D8041370

fbshipit-source-id: 21498510af4a24b9653c812cf59c826848624b9e
  • Loading branch information
priteshrnandgaonkar authored and facebook-github-bot committed May 17, 2018
1 parent aa537f6 commit a8b4f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ComponentKit/DataSources/Common/CKCellDeallocUnmounter.mm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/

#import "CKCellDeallocUnmounter.h"
#import <objc/runtime.h>

@interface CKCellDeallocUnmounter : NSObject

Expand Down

0 comments on commit a8b4f04

Please sign in to comment.