mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
20 lines
546 B
Objective-C
20 lines
546 B
Objective-C
//
|
|
// WatchCommonWatch.h
|
|
// WatchCommonWatch
|
|
//
|
|
// Created by Peter on 6/15/19.
|
|
// Copyright © 2019 Telegram LLP. All rights reserved.
|
|
//
|
|
|
|
#import <WatchKit/WatchKit.h>
|
|
|
|
//! Project version number for WatchCommonWatch.
|
|
FOUNDATION_EXPORT double WatchCommonWatchVersionNumber;
|
|
|
|
//! Project version string for WatchCommonWatch.
|
|
FOUNDATION_EXPORT const unsigned char WatchCommonWatchVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <WatchCommonWatch/PublicHeader.h>
|
|
|
|
|