Difference Between includes and imports [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: What is the difference between #import and #include in Objective-C? What is the difference between #include< > #include" " #import< > #import" " 回答1: The #import directive is an improved version of #include . #import ensures that a file is only ever included once so that you never have a problem with recursive includes. #import "" first check the header in project folder then goes to system library, and the