Add missing Appledoc for delegate property

This commit is contained in:
Blake Watters
2012-11-12 16:24:02 -05:00
parent 6837d0d1b9
commit 158d06d040

View File

@@ -68,6 +68,9 @@ extern NSString * const RKSearchableAttributeNamesUserInfoKey;
*/
@property (nonatomic, strong) NSManagedObjectContext *indexingContext;
/**
The delegate of the search indexer.
*/
@property (nonatomic, weak) id<RKSearchIndexerDelegate> delegate;
///---------------------------------------------------