123456789101112131415161718 |
- //
- // UIImage+Masking.h
- // NYXImagesKit
- //
- // Created by @Nyx0uf on 02/06/11.
- // Copyright 2012 Nyx0uf. All rights reserved.
- // www.cocoaintheshell.com
- //
- #import "NYXImagesHelper.h"
- @interface UIImage (NYX_Masking)
- -(UIImage*)maskWithImage:(UIImage*)mask;
- @end
|