no message

This commit is contained in:
Peter
2016-08-16 14:13:42 +03:00
parent 766fcbbb95
commit b80238c9cf
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
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 *
}