mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
14 lines
260 B
Objective-C
Executable File
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
|