remove dead code

Summary: This property is now in the bridge.

Reviewed By: tadeuzagallo

Differential Revision: D2985894

fb-gh-sync-id: 38821e0c5998bc96fc8f6164fbbc82c721f5c5ad
shipit-source-id: 38821e0c5998bc96fc8f6164fbbc82c721f5c5ad
This commit is contained in:
Marc Horowitz 2016-02-29 10:07:33 -08:00 committed by Facebook Github Bot 7
parent f331a58ed0
commit ffdd3e43b0
1 changed files with 0 additions and 7 deletions

View File

@ -83,13 +83,6 @@ extern NSString *const RCTContentDidAppearNotification;
*/
@property (nonatomic, copy, readwrite) NSDictionary *appProperties;
/**
* The class of the RCTJavaScriptExecutor to use with this view.
* If not specified, it will default to using RCTJSCExecutor.
* Changes will take effect next time the bundle is reloaded.
*/
@property (nonatomic, strong) Class executorClass;
/**
* The size flexibility mode of the root view.
*/