ObjectiveC tips

To check arc is enabled or not
__has_feature(objc_arc)
Macro expands to 1 if enabled else 0