如何定义全局结构?

时间:2016-01-21 07:34:34

标签: ios objective-c macos

我想要结构应该在任何控制器或任何类......

有人对此有所了解吗?

代码:

typedef struct Student{
    __unsafe_unretained NSString *name;
    __unsafe_unretained NSString *lastName;
    __unsafe_unretained NSString *firstName;
}student;

1 个答案:

答案 0 :(得分:1)

要使您的结构在项目中的任何位置都可见,请将定义结构的头文件导入your_project_name_Prefix.pch