Skip to content

Commit

Permalink
Merge pull request Xcode-Snippets#29 from krafttuc/fix-completion-scope
Browse files Browse the repository at this point in the history
Fix completion scope.
  • Loading branch information
mattt committed Oct 19, 2013
2 parents 398828e + 274e4ca commit 0d4e35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdfetch.m
Original file line number Diff line number Diff line change
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 0d4e35e

Please sign in to comment.