123456789101112131415161718 |
- //
- // XMGMainViewController.h
- // 备课-百思不得姐
- //
- // Created by MJ Lee on 15/6/15.
- // Copyright © 2015年 小码哥. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YPTabBarController.h"
- @interface XMGMainViewController : YPTabBarController
- @property (assign) BOOL IS_HR_MODE;
-
- // 是否调用好友和群组列表接口
- @property (nonatomic, assign) BOOL isLoadFriendAndGroup;
- @end
|