#ifndef ShadowStack_h
#define ShadowStack_h

#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif

#import "UIKit/UIKit.h"
#import "React/RCTView.h"

@interface ShadowStackView : UIView

@end


#endif /* ShadowStack_h */
