//
//  EXPStatementBlockElement.h
//  dde
//
//  Created by ashley on 24/05/2008.
//  Copyright 2008 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "EXPBlockElement.h"

@interface EXPStatementBlockElement : EXPBlockElement {
}

@end