NIMKitDevice.h 343 B

12345678910111213141516171819202122
  1. //
  2. // NIMKitDevice.h
  3. // NIM
  4. //
  5. // Created by chris on 15/9/18.
  6. // Copyright © 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NIMKitDevice : NSObject
  10. + (NIMKitDevice *)currentDevice;
  11. //图片/音频推荐参数
  12. - (CGFloat)suggestImagePixels;
  13. - (CGFloat)compressQuality;
  14. - (CGFloat)statusBarHeight;
  15. @end