Possible Duplicate:
Interface type cannot be statically allocated?
Here is my code just like others:
TZNotifications.h
extern NSString *const TZNotificationKeywordAuthentication;
TZNotifications.m
NSString *const TZNotificationKeywordAuthentication = @"NOTIFICATION_KEYWORD_AUTHENTICATION";
But I get two errors with the code like this: