Skip to content

Commit

Permalink
Adding a MetadataController to handle... metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanveloso committed Feb 29, 2012
1 parent 72b04fd commit 6a03a3d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Classes/MetadataController.h
@@ -0,0 +1,13 @@
//
// MetadataController.h
// Perpetual
//
// Created by Bryan Veloso on 2/29/12.
// Copyright (c) 2012 Afonso Wilsson. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface MetadataController : NSObject

@end
13 changes: 13 additions & 0 deletions Classes/MetadataController.m
@@ -0,0 +1,13 @@
//
// MetadataController.m
// Perpetual
//
// Created by Bryan Veloso on 2/29/12.
// Copyright (c) 2012 Afonso Wilsson. All rights reserved.
//

#import "MetadataController.h"

@implementation MetadataController

@end

0 comments on commit 6a03a3d

Please sign in to comment.