master
parent
f44983df4c
commit
051581253e
@ -1,17 +0,0 @@
|
|||||||
//
|
|
||||||
// WRTRequestParser.h
|
|
||||||
// DDWRT-Monitor
|
|
||||||
//
|
|
||||||
// Created by Matthieu Lalonde on 11-06-02.
|
|
||||||
// Copyright 2011 __MyCompanyName__. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
|
||||||
|
|
||||||
|
|
||||||
@interface WRTRequestParser : NSObject {
|
|
||||||
@private
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@end
|
|
@ -1,29 +0,0 @@
|
|||||||
//
|
|
||||||
// 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
|
|
Loading…
Reference in new issue