add weixinapi

This commit is contained in:
lianxiang
2018-08-27 13:35:39 +08:00
parent a4242fa7b7
commit 6e090fd28d
21 changed files with 325 additions and 58 deletions
@@ -7,6 +7,7 @@
//
#import "GiGaMeViewController.h"
#import "GiGaUserViewController.h"
@interface GiGaMeViewController ()
@@ -16,6 +17,7 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.title = @"我的";
// Do any additional setup after loading the view.
}
@@ -24,14 +26,12 @@
// Dispose of any resources that can be recreated.
}
/*
#pragma mark - Navigation
- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event
{
GiGaUserViewController *userVC= [[GiGaUserViewController alloc] init];
[self.navigationController pushViewController:userVC animated:YES];
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/
@end