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