blob: 83032228f84cf48d85d518385b685409008dd21a [file] [log] [blame]
/**
* Created by Weex.
* Copyright (c) 2016, Alibaba, Inc. All rights reserved.
*
* This source code is licensed under the Apache Licence 2.0.
* For the full copyright and license information,please view the LICENSE file in the root directory of this source tree.
*/
#import <Foundation/Foundation.h>
@interface WXDeviceInfo : NSObject
+ (NSString *)getDeviceID;
+ (NSString *)deviceName;
@end