diff --git a/src/ObjIRC.h b/src/ObjIRC.h new file mode 100644 index 0000000..637a4b5 --- /dev/null +++ b/src/ObjIRC.h @@ -0,0 +1,3 @@ +#import "IRCConnection.h" +#import "IRCChannel.h" +#import "IRCUser.h"