21 lines
488 B
C
21 lines
488 B
C
|
|
//
|
||
|
|
// WZLBadgeImport.h
|
||
|
|
// WZLBadgeDemo
|
||
|
|
//
|
||
|
|
// Created by zilin_weng on 15/8/10.
|
||
|
|
// Copyright (c) 2015年 Weng-Zilin. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
|
||
|
|
// Only import this header file for your project is enough.
|
||
|
|
// WZLBadge now supports badge for UIView, all subclasses of UIView and UIBarButtonItem Class.
|
||
|
|
|
||
|
|
#ifndef WZLBadgeDemo_WZLBadgeImport_h
|
||
|
|
#define WZLBadgeDemo_WZLBadgeImport_h
|
||
|
|
|
||
|
|
#import "UIView+WZLBadge.h"
|
||
|
|
#import "UIBarButtonItem+WZLBadge.h"
|
||
|
|
#import "UITabBarItem+WZLBadge.h"
|
||
|
|
|
||
|
|
#endif
|