Skip to content

Commit

Permalink
Fixed macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrinaldi committed Feb 23, 2014
1 parent 21ae3a5 commit 985f3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GROAuth2SessionManager/GROAuth2SessionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#if __IPHONE_OS_VERSION_MIN_ALLOWED >= __IPHONE_7_0
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_7_0
#import "AFHTTPSessionManager.h"
#else
#import "AFHTTPRequestOperationManager.h"
Expand All @@ -36,7 +36,7 @@
@see RFC 6749 The OAuth 2.0 Authorization Framework: http://tools.ietf.org/html/rfc6749
*/
#if __IPHONE_OS_VERSION_MIN_ALLOWED >= __IPHONE_7_0
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= __IPHONE_7_0
@interface GROAuth2SessionManager : AFHTTPSessionManager
#else
@interface GROAuth2SessionManager : AFHTTPRequestOperationManager
Expand Down

0 comments on commit 985f3b5

Please sign in to comment.