Skip to content

Commit

Permalink
add class Authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
trivektor committed Mar 23, 2013
1 parent 9b046f8 commit 0c2b573
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Gitos-iPad/Classes/Authorization.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// Authorization.h
// Gitos-iPad
//
// Created by Tri Vuong on 3/23/13.
// Copyright (c) 2013 Crafted By Tri. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Authorization : NSObject

@end
13 changes: 13 additions & 0 deletions Gitos-iPad/Classes/Authorization.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
//
// Authorization.m
// Gitos-iPad
//
// Created by Tri Vuong on 3/23/13.
// Copyright (c) 2013 Crafted By Tri. All rights reserved.
//

#import "Authorization.h"

@implementation Authorization

@end

0 comments on commit 0c2b573

Please sign in to comment.