// // WRTRequestParser.m // DDWRT-Monitor // // Created by Matthieu Lalonde on 11-06-02. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "WRTRequestParser.h" @implementation WRTRequestParser - (id)init { self = [super init]; if (self) { // Initialization code here. } return self; } - (void)dealloc { [super dealloc]; } @end