2016-08-16 14:02:36 +03:00

19 lines
835 B
Plaintext

module TelegramCorePrivate {
header "../../third-party/FFmpeg-iOS/include/libavcodec/avcodec.h"
header "../../third-party/FFmpeg-iOS/include/libavformat/avformat.h"
header "../../third-party/FFmpeg-iOS/include/libavformat/avio.h"
header "../../third-party/FFmpeg-iOS/include/libavutil/avutil.h"
header "../../third-party/FFmpeg-iOS/include/libavutil/pixdesc.h"
header "../../third-party/FFmpeg-iOS/include/libswresample/swresample.h"
header "../../third-party/libphonenumber-iOS/NBPhoneNumber.h"
header "../../third-party/libphonenumber-iOS/NBPhoneNumberUtil.h"
header "../FFMpegSwResample.h"
header "../NetworkLogging.h"
header "../FastBlur.h"
header "../UIImage+WebP.h"
header "../TryCatchCpp.h"
header "../RingBuffer.h"
header "../TelegramCoreIncludes.h"
export *
}