Skip to content

Commit fcb9d99

Browse files
committed
Modified DeviceTypeSample
1 parent 833b30b commit fcb9d99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DeviceTypeSample/Classes/DeviceUtility.h DeviceTypeSample/Classes/DeviceInfoUtility.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
@interface DeviceUtility : NSObject {
11+
@interface DeviceInfoUtility : NSObject {
1212

1313
}
1414
+ (NSString *) hwMachine;

DeviceTypeSample/Classes/DeviceUtility.m DeviceTypeSample/Classes/DeviceInfoUtility.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
//
2-
// DeviceUtility.m
2+
// DeviceInfoUtility.m
33
// DeviceTypeSample
44
//
55
// Created by Hiroshi Hashiguchi on 10/09/12.
66
// Copyright 2010 Hiroshi Hashiguchi. All rights reserved.
77
//
88

9-
#import "DeviceUtility.h"
9+
#import "DeviceInfoUtility.h"
1010
#include <sys/types.h>
1111
#include <sys/sysctl.h>
1212

1313
#define UNKOWN_KEY @"unkown"
1414

15-
@implementation DeviceUtility
15+
@implementation DeviceInfoUtility
1616

1717

1818
/*

0 commit comments

Comments
 (0)