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:
Olcay Ertaş 2017-08-08 10:31:57 +03:00 committed by GitHub
parent a811733e4a
commit 8eaa22e617
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
*/
#import "RCPageControl.h"
#import <POP.h>
#import <pop/POP.h>
#define RCDefaultIndicatorDotBaseTag 1009