SyntaxFix
Write A Post
Hire A Developer
Questions
If you are familiar with C++ and macros, then
#import "Class.h"
is similar to
{ #pragma once #include "class.h" }
which means that your Class will be loaded only once when your app runs.