u16suzuの blog

日々学んだことのメモブログです。

2014-09-01から1日間の記事一覧

定数にstructを使う

ヘッダファイル extern const struct LocalNotificationAttributes { __unsafe_unretained NSString *weeklyWork; } LocalNotificationAttributes; mファイル const struct LocalNotificationAttributes LocalNotification = { .weeklyWork = @"LocalNotific…