//
//  EXPFunctionBlockElement.h
//  dde
//
//  Created by ashley on 17/08/2008.
//  Copyright 2008 __MyCompanyName__. All rights reserved.
//

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

@interface EXPFunctionBlockElement : EXPStatementBlockElement {

}

@end