Skip to content

Commit

Permalink
import UIKit only on TARGET_OS_IPHONE
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Apr 20, 2016
1 parent cba90c5 commit 1317901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HysteriaPlayer/HysteriaPlayer.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

#import "HysteriaPlayer.h"
#import <objc/runtime.h>
#import <UIKit/UIKit.h>

#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
#import <AudioToolbox/AudioSession.h>
#endif

Expand Down

0 comments on commit 1317901

Please sign in to comment.