Bez popisu

WZLBadgeImport.h 488B

123456789101112131415161718192021
  1. //
  2. // WZLBadgeImport.h
  3. // WZLBadgeDemo
  4. //
  5. // Created by zilin_weng on 15/8/10.
  6. // Copyright (c) 2015年 Weng-Zilin. All rights reserved.
  7. //
  8. // Only import this header file for your project is enough.
  9. // WZLBadge now supports badge for UIView, all subclasses of UIView and UIBarButtonItem Class.
  10. #ifndef WZLBadgeDemo_WZLBadgeImport_h
  11. #define WZLBadgeDemo_WZLBadgeImport_h
  12. #import "UIView+WZLBadge.h"
  13. #import "UIBarButtonItem+WZLBadge.h"
  14. #import "UITabBarItem+WZLBadge.h"
  15. #endif