Last active
January 1, 2018 15:03
-
-
Save jwhitehorn/c5cd9947c8ba9d8eccda88a625a50a57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <Foundation/Foundation.h> | |
| @interface Sync : NSObject | |
| + (Sync *) defaultWorker; | |
| - (void) downloadUpdates; | |
| - (void) applyOutstandingUpdates; | |
| - (BOOL) isUpdatePending; | |
| - (BOOL) hasPerformedInitialSync; | |
| @end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment