//
//  UIViewController+RCA11y.h
//  Pods
//
//  Created by Artur Kalach on 11/07/2025.
//

#ifndef UIViewController_RCA11y_h
#define UIViewController_RCA11y_h

#import <UIKit/UIKit.h>

@interface UIViewController (RCA11yFocus)
@property (nonatomic, strong) UIView *customFocusView;
@end

#endif /* UIViewController_RCA11y_h */
