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

Commit 274e4ca

Browse files
committedOct 18, 2013
Fix completion scope.
1 parent 398828e commit 274e4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cdfetch.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// Platform: iOS
55
// Language: Objective-C
6-
// Completion Scope: Class Implementation
6+
// Completion Scope: Function or Method
77

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

0 commit comments

Comments
 (0)
This repository has been archived.