hackedteam/core-ios

View on GitHub
core/Modules/NetworkOperation.h

Summary

Maintainability
Test Coverage
/*
 * RCSMac - NetworkOperation Abstract Class
 *  Abstract Class (formal protocol) for a generic network operation
 *
 *
 * Created on 12/01/2011
 * Copyright (C) HT srl 2011. All rights reserved
 *
 */

//#import <Cocoa/Cocoa.h>


@protocol NetworkOperation

- (BOOL)perform;

@end