Skip to content

Instantly share code, notes, and snippets.

@jwhitehorn
Last active January 1, 2018 15:03
Show Gist options
  • Save jwhitehorn/c5cd9947c8ba9d8eccda88a625a50a57 to your computer and use it in GitHub Desktop.
Save jwhitehorn/c5cd9947c8ba9d8eccda88a625a50a57 to your computer and use it in GitHub Desktop.
#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