react-native/Libraries/Utilities/Platform.ios.js
2015-01-29 17:10:49 -08:00

12 lines
111 B
JavaScript

/**
* @providesModule Platform
*/
'use strict';
var Platform = {
OS: 'ios',
};
module.exports = Platform;