1
0
mirror of https://github.com/git-touch/git-touch synced 2024-12-17 02:38:39 +01:00
git-touch-android-ios-app/lib/ios/profile.dart

12 lines
238 B
Dart
Raw Normal View History

2018-04-21 14:50:46 +02:00
// import 'dart:async';
// import 'dart:convert';
// import '../utils.dart';
import 'package:flutter/cupertino.dart';
class IosProfileTab extends StatelessWidget {
@override
Widget build(context) {
2018-07-05 16:08:19 +02:00
return Text('Profile');
2018-04-21 14:50:46 +02:00
}
}