xref: /expo/ios/Exponent/Kernel/Views/Loading/EXAppLoadingCancelView.h (revision a8a684ec)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #import <UIKit/UIKit.h>
2 
3 @class EXAppLoadingCancelView;
4 
5 @protocol EXAppLoadingCancelViewDelegate <NSObject>
6 
7 - (void)appLoadingCancelViewDidCancel:(EXAppLoadingCancelView *)view;
8 
9 @end
10 
11 @interface EXAppLoadingCancelView : UIView
12 
13 @property (nonatomic, assign) id<EXAppLoadingCancelViewDelegate> delegate;
14 
15 @end
16 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025