






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface PasteArrowView : UIView


- (void)startAnimating;

- (void)stopAnimating;

- (void)callDetachText:(NSString *)text;



+ (void)bordersDesignWindow;
+ (void)lazyBottomFaxVariationTrashLocalText:(NSString *)text;

+ (void)desktopPushOverSumTraveledWindow;

+ (PasteArrowView *)greenLoseMoreView:(UIView *)view;

+ (PasteArrowView *)greenLoseMoreView:(UIView *)view withText:(NSString *_Nullable)text;

+ (void)twitterPreservesRecoveredCreatingRotorView:(UIView *)view;

@end

NS_ASSUME_NONNULL_END
