I am creating an App in which I have to declare some constant as global. in Obj C I could use pch file but I don't know how to define in Swift? For Example
in Obj C .pch file if I declare
define Red [UIColor redColor]
then it works through out application.