diff --git a/IRCClient.h b/IRCClient.h index 55c5ffd..72e169c 100644 --- a/IRCClient.h +++ b/IRCClient.h @@ -18,6 +18,9 @@ * License for more details. */ +#ifndef IRCCLIENT +#define IRCCLIENT + #import //! Project version number for IRCClient. @@ -30,3 +33,5 @@ FOUNDATION_EXPORT const unsigned char IRCClientVersionString[]; #import "IRCClient/IRCClientSessionDelegate.h" #import "IRCClient/IRCClientChannel.h" #import "IRCClient/IRCClientChannelDelegate.h" + +#endif