@@ -59,10 +59,11 @@ /** * \brief The root class for all other classes inside ObjFW. */ @interface OFObject { +@public /// The class of the object Class isa; } /**