JXBadgeView.h 363 B

123456789101112131415161718
  1. //
  2. // JXBadgeView.h
  3. // shiku_im
  4. //
  5. // Created by flyeagleTang on 15-1-10.
  6. // Copyright (c) 2015年 Reese. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface JXBadgeView : JXImageView
  10. @property (nonatomic, strong) UILabel *lb;
  11. @property (nonatomic, strong) NSString *badgeString;
  12. @property (nonatomic, assign) int fontsize;
  13. @end