@@ -26,10 +26,11 @@ #import "OFObject.h" #import "OFCollection.h" #import "OFEnumerator.h" #import "OFSerialization.h" #import "OFJSONRepresentation.h" +#import "OFBinaryPackRepresentation.h" @class OFString; enum { OF_SORT_OPTIONS_DESCENDING = 1 @@ -45,11 +46,11 @@ /*! * @brief An abstract class for storing objects in an array. */ @interface OFArray: OFObject + OFSerialization, OFJSONRepresentation, OFBinaryPackRepresentation> #ifdef OF_HAVE_PROPERTIES @property (readonly) size_t count; #endif /*!