gpt4 book ai didi

iphone - 如何编写一个整个应用程序都能识别的导入语句

转载 作者:搜寻专家 更新时间:2023-10-30 19:43:06 28 4
gpt4 key购买 nike

我记得在某个地方读过,但我不记得我到底需要在哪里编写导入语句,以便整个应用程序都可以访问它。我有一个 AppHelper 类,我希望整个应用程序都能看到它,而无需在每个类文件中导入它。

所以我尝试将它添加到我的 .pch 文件中,但我收到以下错误消息:

"_kGTMHTTPFetcherStatusDomain", referenced from: _kGTMHTTPFetcherStatusDomain$non_lazy_ptr in GTMHTTPFetcher.o (maybe you meant: _kGTMHTTPFetcherStatusDomain$non_lazy_ptr) "_kGTMHTTPFetcherRetryDelayStartedNotification", referenced from: _kGTMHTTPFetcherRetryDelayStartedNotification$non_lazy_ptr in GTMHTTPFetcher.o (maybe you meant: _kGTMHTTPFetcherRetryDelayStartedNotification$non_lazy_ptr)

这是我的 .pcb 文件:

//
// Prefix header for all source files of the 'SplitView' target in the 'SplitView' project
//
#import <Availability.h>


#ifndef __IPHONE_3_2
#warning "This project uses features only available in iPhone SDK 3.2 and later."
#endif


#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

#endif

#import "AppCache.h"

最佳答案

您可以将该导入添加到应用程序预编译 header 中(例如 YourApplication.pch)

关于iphone - 如何编写一个整个应用程序都能识别的导入语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3837821/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com