DIfference between @import and #import

Solution:

It's new feature module.In #import it's must be add the framework in framework.In advanced version we can use the @import for all modules like third party framework also..

In previous version we are using


#import <Cocoa/Cocoa.h>


In current version


@import Cocoa

Comments

  1. As reported by Stanford Medical, It's indeed the ONLY reason this country's women live 10 years more and weigh 42 lbs less than we do.

    (By the way, it is not related to genetics or some secret exercise and really, EVERYTHING to do with "HOW" they are eating.)

    BTW, I said "HOW", not "what"...

    TAP on this link to see if this easy questionnaire can help you decipher your true weight loss potential

    ReplyDelete

Post a Comment

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift