//
//  AppDelegate+notification.h
//  pushtest
//
//  Created by Robert Easterday on 10/26/12.
//
//

#import "AppDelegate.h"
#import "FileUploadManager.h"
@interface AppDelegate (upload) 
{
    
}

@property (nonatomic, copy) dispatch_block_t           backgroundCompletionBlock;
@end
