嗨,我该如何解决这是我的 *.h 文件:我可以包含一些想法吗?我发现我必须,#import <AppKit/AppKit.h>
但我什至没有找到 AppKit 框架
#import <UIKit/UIKit.h>
#import <CoreData/CoreData.h>
#import <Foundation/Foundation.h>
#import "RootViewController.h"
#import "CrossViewController.h"
#import "NavTestAppDelegate.h"
#import "Obrat1.h"
#import "Event.h"
#import "StvrtyViewController.h"
#import "MBProgressHUD.h"
@interface TretiViewController : UIViewController <NSFetchedResultsControllerDelegate> {
UILabel *testLabel;
UILabel *acBallanceLable;
UILabel *acNumberLable;
UILabel *accCurrencyLabel;
NSString *ibaTestFix;
UITableView *tView;
NSMutableArray *other;
NSFetchedResultsController *fetchedResultsController_;
NSManagedObjectContext *managedObjectContext_;
MBProgressHUD *HUD;
NSProgressIndicator *progressIndicator; //here it falls
谢谢