X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/63956bb9f9984a26dc8147615be854e93ccc6b50..6927398d4cafaae8c6977280433be86431272986:/ITWindowEffect.h diff --git a/ITWindowEffect.h b/ITWindowEffect.h index 23fe4ad..8663331 100755 --- a/ITWindowEffect.h +++ b/ITWindowEffect.h @@ -32,6 +32,7 @@ typedef enum { @protocol ITWindowEffect + (NSString *)effectName; + (NSDictionary *)supportedPositions; ++ (unsigned int)listOrder; - (void)performAppear; - (void)performVanish; - (void)cancelAppear;