potionfactory/LetsMove

Unknown type name 'BOOL'

Closed this issue · 1 comments

aonez commented

BOOL PFMoveIsInProgress();

Moving this import to the .h file solves the issue.

#import <Foundation/Foundation.h>

jwatt commented

@aonez Can you close this issue? That import is now in the .h file.