00001 // 00002 // HROperationQueue.h 00003 // HTTPRiot 00004 // 00005 // Created by Justin Palmer on 7/2/09. 00006 // Copyright 2009 LabratRevenge LLC.. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00011 00015 @interface HROperationQueue : NSOperationQueue { 00016 00017 } 00018 00022 + (HROperationQueue *)sharedOperationQueue; 00023 @end