BBARedPointImageView.h
343 Bytes
//
// BBARedPointImageView.h
// BBAUIKit
//
// Created by Zhu,Yusong on 2019/5/6.
// Copyright © 2019 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
extern NSString *const BBARedPointShouldRemoveNotification;
/// 调起图搜,相机icon加红点
@interface BBARedPointImageView : UIImageView
- (void)createNotification;
@end