mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 13:19:16 +00:00
Merge pull request #1832 from maicki/MSFixImport
Change @import to #import
This commit is contained in:
commit
e5b5bbad5b
@ -6,7 +6,7 @@
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
@import UIKit;
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "NSIndexSet+ASHelpers.h"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user