有引用才有访问,
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import "AppDelegate.h"
#endif
#import "BCTabBarController.h"
//
// AppDelegate.h
// Flight
//
// Created by Ma Jianglin on 4/8/13.
// Copyright (c) 2013 totemtec.com. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DataModel.h"
#import "BCTabBarController.h"
一个头文件 链接成了一片,世界 就可以在这里面,仅仅一个 头文件 ok,
#define SharedAppDelegate ((AppDelegate*)[[UIApplication sharedApplication] delegate])