Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Change objc runtime header import path
Browse files Browse the repository at this point in the history
To accomodate old and new versions of the iOS SDK
  • Loading branch information
Wiley Kestner committed Jan 21, 2015
1 parent f1d3743 commit 60c512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit/SpecHelper/Stubs/UIAlertAction+Spec.m
@@ -1,6 +1,6 @@
#import "UIAlertAction+Spec.h"
#import "PCKMethodRedirector.h"
#import <objc/objc-runtime.h>
#import <objc/runtime.h>

#if __IPHONE_OS_VERSION_MAX_ALLOWED < __IPHONE_8_0

Expand Down

0 comments on commit 60c512f

Please sign in to comment.