17 lines
253 B
Objective-C
17 lines
253 B
Objective-C
//
|
|
// ReplaceAnimator.h
|
|
// HotPocket (macOS)
|
|
//
|
|
// Created by Tomek Wójcik on 20/09/2025.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ReplaceAnimator : NSObject<NSViewControllerPresentationAnimator>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|