RefoundStatisticsContainer.js
341 Bytes
'use strict';
//退货统计
/*
*Kennaki Kai
*/
import React, { Component } from 'react';
import
{
StyleSheet,
View,
Text,
ListView,
RecyclerViewBackedScrollView,
}
from 'react-native';
export default class RefoundStatisticsContainer extends Component {
constructor(props) {
super(props);
}
}