Fixed POP.h import
Original import statement was giving error: #import <POP.h> So I have changed it to: #import <pop/POP.h>
This commit is contained in:
parent
a811733e4a
commit
8eaa22e617
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#import "RCPageControl.h"
|
||||
#import <POP.h>
|
||||
#import <pop/POP.h>
|
||||
|
||||
#define RCDefaultIndicatorDotBaseTag 1009
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue