diff options
Diffstat (limited to 'cython/notification_proxy.pxi')
| -rw-r--r-- | cython/notification_proxy.pxi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/notification_proxy.pxi b/cython/notification_proxy.pxi index cc25f2d..7b2911b 100644 --- a/cython/notification_proxy.pxi +++ b/cython/notification_proxy.pxi | |||
| @@ -30,7 +30,7 @@ cdef class NotificationProxyError(BaseError): | |||
| 30 | } | 30 | } |
| 31 | BaseError.__init__(self, *args, **kwargs) | 31 | BaseError.__init__(self, *args, **kwargs) |
| 32 | 32 | ||
| 33 | cdef class NotificationProxy(Base): | 33 | cdef class NotificationProxyClient(PropertyListService): |
| 34 | __service_name__ = "com.apple.mobile.notification_proxy" | 34 | __service_name__ = "com.apple.mobile.notification_proxy" |
| 35 | cdef np_client_t _c_client | 35 | cdef np_client_t _c_client |
| 36 | 36 | ||
