Swiftgram/Telegram/Watch/Extension/WatchExtension-Prefix.pch
2020-02-19 18:44:10 +04:00

10 lines
211 B
Plaintext

#ifndef Telegraph_WatchExtension_Prefix_pch
#define Telegraph_WatchExtension_Prefix_pch
#import <Watchkit/Watchkit.h>
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "TGWatchCommon.h"
#endif