1234567891011121314151617181920212223 |
- //
- // BaseViewController.h
- // Canada
- //
- //
- #import <UIKit/UIKit.h>
- #import "ZZNavigationView.h"
- #import "UIView+Additions.h"
- #import "FMSongListModel.h"
- #import "FMSingerModel.h"
- #import "UIImageView+WebCache.h"
- #import "MCDataEngine.h"
- #import "Globle.h"
- #import "ProgressHUD.h"
- @interface FMBaseViewController : UIViewController<ZZNavigationViewDelegate>
- {
- Globle * globle;
- }
- @property (nonatomic,strong) ZZNavigationView * navigation;
- @end
|