Привет, как я могу решить это, вот мой * .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
Спасибо