//
//  EXPCloudComponent.h
//  Expression
//
//  Created by ashley on 16/12/2008.
//  Copyright 2008 __MyCompanyName__. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import "EXPStockComponent.h"
#import "EXPModelObject.h"

@interface EXPCloudComponent : EXPStockComponent {

}

@end