2017-03-29 13:28:06 +02:00

14 lines
260 B
Objective-C
Executable File

/**
* Fork of https://github.com/expo/expo (MIT License)
*/
// Copyright 2015-present 650 Industries. All rights reserved.
@import Foundation;
// noop (used by code transform)
#define EX_UNVERSIONED(symbol) symbol
@protocol EXUnversioned <NSObject>
@end