diff options
Diffstat (limited to 'cython/plist.pxd')
-rw-r--r-- | cython/plist.pxd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cython/plist.pxd b/cython/plist.pxd index c504599..ee8a65e 100644 --- a/cython/plist.pxd +++ b/cython/plist.pxd @@ -21,6 +21,10 @@ cdef class Integer(Node): cpdef set_value(self, object value) cpdef uint64_t get_value(self) +cdef class Uid(Node): + cpdef set_value(self, object value) + cpdef uint64_t get_value(self) + cdef class Key(Node): cpdef set_value(self, object value) cpdef unicode get_value(self) |