react-native/Libraries/Utilities/Platform.ios.js

12 lines
111 B
JavaScript
Raw Normal View History

2015-01-30 01:10:49 +00:00
/**
* @providesModule Platform
*/
'use strict';
var Platform = {
OS: 'ios',
};
module.exports = Platform;