dustin / photosync

An OS X application to build a standalone web site as an export from my photo album.

This URL has Read+Write access

photosync / PhotoSync.h
100644 16 lines (13 sloc) 0.283 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
* PhotoSync.h
* PhotoSync
*
* Created by Dustin Sallings on 2005/2/3.
* Copyright 2005 Dustin Sallings. All rights reserved.
*
*/
 
#define PS_DID_UPDATE @"PhotoSync_DidUpdate"
#define PS_STOP @"PhotoSync_Stop"
 
#ifdef GNUSTEP
#import <URLLoading/NSURLLoading.h>
#endif