@@ -225,10 +225,15 @@ * \param index The index at which the items are removed */ - (void)removeNItems: (size_t)nItems atIndex: (size_t)index; +/** + * \brief Removes the last item. + */ +- (void)removeLastItem; + /** * \brief Returns a string containing the data in Base64 encoding. * * \return A string containing the data in Base64 encoding */