1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 @import Foundation; 4 5 // noop (used by code transform) 6 #define EX_UNVERSIONED(symbol) symbol 7 8 @protocol EXUnversioned <NSObject> 9 10 @end 11