Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Fix completion scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingtang committed Oct 18, 2013
1 parent 398828e commit 274e4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdfetch.m
Expand Up @@ -3,7 +3,7 @@
//
// Platform: iOS
// Language: Objective-C
// Completion Scope: Class Implementation
// Completion Scope: Function or Method

NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] initWithEntityName:<#entityName#>];
fetchRequest.predicate = [NSPredicate predicateWithFormat:<#predicateFormat#>];
Expand Down

0 comments on commit 274e4ca

Please sign in to comment.