Closed mikeabdullah closed 12 years ago
There doesn't seem to be any good reason for declaring IMBParserProtocol separately to IMBParser
IMBParserProtocol
IMBParser
Already took care of this (manually) and went a little bit beyond, by dividing the class into main class (with required methods) and a category that only contains helper methods.
There doesn't seem to be any good reason for declaring
IMBParserProtocol
separately toIMBParser
IMBParser
objects that conform toIMBParserProtocol
IMBParser
anyway