insidejob/IJItemPropertiesViewController.m
2010-10-10 11:50:56 -04:00

17 lines
297 B
Objective-C

//
// IJItemPropertiesViewController.m
// InsideJob
//
// Created by Adam Preble on 10/9/10.
// Copyright 2010 Adam Preble. All rights reserved.
//
#import "IJItemPropertiesViewController.h"
#import "IJInventoryItem.h"
@implementation IJItemPropertiesViewController
@synthesize item;
@end