Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Make all public
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed May 4, 2016
1 parent af365ed commit 156c275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DATASource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public class DATASource: NSObject {
/**
All the objects fetched by DATASource. This is an array of `NSManagedObject`.
*/
func all<T: NSManagedObject>() -> [T] {
public func all<T: NSManagedObject>() -> [T] {
return self.fetchedResultsController.fetchedObjects as? [T] ?? [T]()
}

Expand Down

0 comments on commit 156c275

Please sign in to comment.