Swiftgram/TelegramUI/FastBlur.h
2016-09-05 23:21:13 +03:00

9 lines
187 B
Objective-C

#ifndef Telegram_FastBlur_h
#define Telegram_FastBlur_h
#import <Foundation/Foundation.h>
void telegramFastBlur(int imageWidth, int imageHeight, int imageStride, void *pixels);
#endif