Skip to content

Commit

Permalink
Adding RestAdapter and AeroGear header file
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Aug 21, 2012
1 parent a5867e1 commit 9aa5186
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
23 changes: 23 additions & 0 deletions AeroGear-iOS/AeroGear-iOS/AGRestAdapter.h
@@ -0,0 +1,23 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2012, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

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

@interface AGRestAdapter : NSObject <AGPipe>

@end
22 changes: 22 additions & 0 deletions AeroGear-iOS/AeroGear-iOS/AGRestAdapter.m
@@ -0,0 +1,22 @@
/*
* JBoss, Home of Professional Open Source
* Copyright 2012, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "AGRestAdapter.h"

@implementation AGRestAdapter

@end

0 comments on commit 9aa5186

Please sign in to comment.