darling-cocotron/AppKit/NSPoofAnimation.h
2015-05-23 20:15:45 -04:00

16 lines
370 B
Objective-C

//
// NSPoofAnimation.h
// Poof
//
// Created by Airy ANDRE on 24/07/13.
// Copyright (c) 2013 plasq. All rights reserved.
//
#import <AppKit/AppKit.h>
@interface NSPoofAnimation : NSObject
+ (void)poofAtLocation:(NSPoint)location size:(NSSize)size animationDelegate:(id)animationDelegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo;
@end