cdts/xdts-ios 3/TreeHole/Code/Gategory/UIView+WaterMark.h

18 lines
345 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// UIView+WaterMark.h
// Localization
//
// Created by 明孔 on 2019/10/15.
// Copyright © 2019 明孔. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIView (WaterMark)
-(void)addWaterMarkText:(NSString*)waterText WithTextColor:(UIColor*)color WithFont:(UIFont*)font;
@end
NS_ASSUME_NONNULL_END