#ifndef Telegram_FastBlur_h #define Telegram_FastBlur_h #import void telegramFastBlur(int imageWidth, int imageHeight, int imageStride, void *pixels); void telegramDspBlur(int imageWidth, int imageHeight, int imageStride, void *pixels); #endif