UIImage+Masking.h 273 B

123456789101112131415161718
  1. //
  2. // UIImage+Masking.h
  3. // NYXImagesKit
  4. //
  5. // Created by @Nyx0uf on 02/06/11.
  6. // Copyright 2012 Nyx0uf. All rights reserved.
  7. // www.cocoaintheshell.com
  8. //
  9. #import "NYXImagesHelper.h"
  10. @interface UIImage (NYX_Masking)
  11. -(UIImage*)maskWithImage:(UIImage*)mask;
  12. @end