//
//  RNCEKVFocusEffectUtility.h
//  Pods
//
//  Created by Artur Kalach on 26/08/2024.
//

#ifndef RNCEKVFocusEffectUtility_h
#define RNCEKVFocusEffectUtility_h

#import <UIKit/UIKit.h>

@interface RNCEKVFocusEffectUtility : NSObject

+ (UIFocusEffect *)emptyFocusEffect API_AVAILABLE(ios(15.0));
+ (UIFocusEffect *)getFocusEffect:(UIView *)effectView
                    withExpandedX:(CGFloat)expandedX
                    withExpandedY:(CGFloat)expandedY
                    withCornerRadius:(CGFloat)cornerRadius API_AVAILABLE(ios(15.0));

@end

#endif /* RNCEKVFocusEffectUtility_h */
