another.im-ios/Monal/Classes/UIColor+Extension.h

18 lines
270 B
C
Raw Normal View History

2024-11-18 14:53:52 +00:00
//
// UIColor+Extension.h
// Monal
//
// Created by Thilo Molitor on 04.11.21.
// Copyright © 2021 Monal.im. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIColor (Extension)
-(BOOL) isLightColor;
@end
NS_ASSUME_NONNULL_END