@@ -15,19 +15,19 @@ */ #import "OFObject.h" #import "OFSerialization.h" #import "OFJSONRepresentation.h" -#import "OFBinaryPackRepresentation.h" +#import "OFMessagePackRepresentation.h" /*! * @brief A class for representing null values in collections. */ @interface OFNull: OFObject + OFMessagePackRepresentation> /*! * @brief Returns an OFNull singleton. * * @return An OFNull singleton */ + (OFNull*)null; @end