An Objective-C wrapper for Mac OS X’s FSEvents C API.
修订版 | 8c85f25e562a317493e8d201dea5f40540e533cb (tree) |
---|---|
时间 | 2010-04-04 03:29:37 |
作者 | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Changed the lastEvent property in CDEvents to be readwrite (retain).
@@ -133,7 +133,7 @@ | ||
133 | 133 | * |
134 | 134 | * @since 1.0.0 |
135 | 135 | */ |
136 | -@property (readonly) CDEvent *lastEvent; | |
136 | +@property (retain) CDEvent *lastEvent; | |
137 | 137 | |
138 | 138 | /** |
139 | 139 | * The URLs that we watch for events. |