cleanup unused bits

This commit is contained in:
Casey Fleser 2014-11-05 07:31:36 -06:00
parent ec37d8be2b
commit ed64d0bc7c
2 changed files with 0 additions and 26 deletions

View file

@ -1,13 +0,0 @@
//
// QSDeviceInfo.h
// SimDirs
//
// Created by Casey Fleser on 10/31/14.
// Copyright (c) 2014 Quiet Spark. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface QSDeviceInfo : NSObject
@end

View file

@ -1,13 +0,0 @@
//
// QSDeviceInfo.m
// SimDirs
//
// Created by Casey Fleser on 10/31/14.
// Copyright (c) 2014 Quiet Spark. All rights reserved.
//
#import "QSDeviceInfo.h"
@implementation QSDeviceInfo
@end