SNSViewController.h
351 Bytes
//
// SNSViewController.h
// LifeLog
//
// Created by Nguyen Van Phong on 7/25/17.
// Copyright © 2017 PhongNV. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BaseTableViewController.h"
@interface SNSViewController : BaseTableViewController {
}
- (IBAction)clickRecommendGroup:(id)sender;
- (IBAction)clickMyGroup:(id)sender;
@end