Browse Source

Add missing IOS7 polyfill interface #119

Ben Hsieh 8 years ago
parent
commit
0552f88493
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      src/ios/IOS7Polyfill.h

+ 6
- 0
src/ios/IOS7Polyfill.h View File

9
 #ifndef IOS7Polyfill_h
9
 #ifndef IOS7Polyfill_h
10
 #define IOS7Polyfill_h
10
 #define IOS7Polyfill_h
11
 
11
 
12
+@interface NSString (Contains)
13
+
14
+- (BOOL)RNFBContainsString:(NSString*)other;
15
+
16
+@end
17
+
12
 @implementation NSString (Contains)
18
 @implementation NSString (Contains)
13
 
19
 
14
 - (BOOL)RNFBContainsString:(NSString*)other {
20
 - (BOOL)RNFBContainsString:(NSString*)other {