Explorar el Código

Add missing IOS7 polyfill interface #119

Ben Hsieh hace 8 años
padre
commit
0552f88493
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      src/ios/IOS7Polyfill.h

+ 6
- 0
src/ios/IOS7Polyfill.h Ver fichero

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