Committed by
Ben Copsey
adding foundation to NetworkQueue
Signed-off-by: Ben Copsey <ben@allseeing-i.com>
Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
| 6 | // Copyright 2008-2009 All-Seeing Interactive. All rights reserved. | 6 | // Copyright 2008-2009 All-Seeing Interactive. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | +#import <Foundation/Foundation.h> | ||
| 9 | 10 | ||
| 10 | @interface ASINetworkQueue : NSOperationQueue { | 11 | @interface ASINetworkQueue : NSOperationQueue { |
| 11 | 12 |
-
Please register or login to post a comment