My project stop to compile after was updated to 7.3 version. For this moment main problem is in header files when I want to return UIColor. xCode tells me Exp
UIColor
Exp
Use
@class UIColor;
above @interface.
@interface
It'll fix the expected a type error.
expected a type
You should import uikit if you are using UIColor.