| -rw-r--r-- | PushablePhotos.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PushablePhotos.h b/PushablePhotos.h index 4415cf3..fbc652f 100644 --- a/PushablePhotos.h +++ b/PushablePhotos.h @@ -16,9 +16,10 @@ PushablePhotosTable *_table; NSArray *_photoList; MobilePushr *_pushr; + UIWindow *_mainWindow; } -- (id)initWithFrame: (struct CGRect)frame application: (MobilePushr *)pushr; +- (id)initWithFrame: (struct CGRect)frame application: (MobilePushr *)pushr inWindow: (UIWindow *)window; - (void)emptyRoll; - (NSArray *)photosToPush; - (void)promptUserToEditPhotos: (NSArray *)photoList; @@ -28,9 +29,12 @@ @interface PushablePhotosTable : UITable { NSMutableArray *_photos; + MobilePushr *_pushr; + UIWindow *_mainWindow; } - (void)setPhotos: (NSArray *)photos; +- (void)setApp: (MobilePushr *)pushr inWindow: (UIWindow *)window; - (void)removePhoto: (RemovablePhotoCell *)photoCell; - (NSArray *)pushablePhotos; |
