Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Source/UIResponder+RMErrorRecovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if TARGET_OS_IPHONE

#import <UIKit/UIKit.h>

/*!
Expand All @@ -40,3 +42,5 @@
#endif

@end

#endif
4 changes: 4 additions & 0 deletions Source/UIResponder+RMErrorRecovery.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if TARGET_OS_IPHONE

#if !defined(__has_feature)
#define __has_feature(x) 0
#endif
Expand Down Expand Up @@ -83,3 +85,5 @@ - (void)rm_presentError:(NSError *)error completionHandler:(void (^)(BOOL recove
}

@end

#endif