ソースを参照

Add missing IOS7 polyfill interface #119

Ben Hsieh 8 年 前
コミット
0552f88493
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6
    0
      src/ios/IOS7Polyfill.h

+ 6
- 0
src/ios/IOS7Polyfill.h ファイルの表示

@@ -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 {