iOS AILinkBleSDK - 蓝牙SDK
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

UILabel+WZAdd.h 381B

123456789101112131415
  1. //
  2. // UILabel+WZAdd.h
  3. // 常用UI控件封装
  4. //
  5. // Created by iot_iMac on 2018/6/21.
  6. // Copyright © 2018年 iot_iMac. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UILabel (WZAdd)
  10. + (UILabel *)createWithFrame:(CGRect)frame bgColor:(UIColor *)bgColor text:(NSString *)text textColor:(UIColor *)textColor font:(UIFont *)font align:(NSTextAlignment)align;
  11. @end