mirror of
https://github.com/somegeekintn/SimDirs.git
synced 2026-04-27 14:57:40 +00:00
13 lines
215 B
Objective-C
13 lines
215 B
Objective-C
//
|
|
// 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
|