Remove isValid from RCTInvalidating

Summary:
We only actually use it on RCTBridge and RCTJavaScriptExecutor, so add it to these interfaces explicitly
This commit is contained in:
Pieter De Baets
2015-08-14 01:59:42 -07:00
parent f5d68f6ecb
commit fa07736ee1
14 changed files with 25 additions and 44 deletions

View File

@@ -25,6 +25,8 @@
@property (nonatomic, assign) BOOL clearOnInvalidate;
@property (nonatomic, readonly, getter=isValid) BOOL valid;
- (void)multiGet:(NSArray *)keys callback:(RCTResponseSenderBlock)callback;
- (void)multiSet:(NSArray *)kvPairs callback:(RCTResponseSenderBlock)callback;
- (void)multiRemove:(NSArray *)keys callback:(RCTResponseSenderBlock)callback;