cdts/xdts-ios 3/TreeHole/Code/Gategory/UIView+WaterMark.h
2023-07-27 09:20:00 +08:00

18 lines
345 B
Objective-C

//
// 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