We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833b30b commit fcb9d99Copy full SHA for fcb9d99
DeviceTypeSample/Classes/DeviceUtility.h DeviceTypeSample/Classes/DeviceInfoUtility.h
@@ -8,7 +8,7 @@
8
9
#import <Foundation/Foundation.h>
10
11
-@interface DeviceUtility : NSObject {
+@interface DeviceInfoUtility : NSObject {
12
13
}
14
+ (NSString *) hwMachine;
DeviceTypeSample/Classes/DeviceUtility.m DeviceTypeSample/Classes/DeviceInfoUtility.m
@@ -1,18 +1,18 @@
1
//
2
-// DeviceUtility.m
+// DeviceInfoUtility.m
3
// DeviceTypeSample
4
5
// Created by Hiroshi Hashiguchi on 10/09/12.
6
// Copyright 2010 Hiroshi Hashiguchi. All rights reserved.
7
-#import "DeviceUtility.h"
+#import "DeviceInfoUtility.h"
#include <sys/types.h>
#include <sys/sysctl.h>
#define UNKOWN_KEY @"unkown"
15
-@implementation DeviceUtility
+@implementation DeviceInfoUtility
16
17
18
/*
0 commit comments