• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

「プロジェクト終了」 BathyScapheのプレビューアプラグインを複数使用出来るようにするプラグイン


Commit MetaInfo

Revisione9a6a53db537c2313d5dc3e22886716605bb8957 (tree)
Time2012-07-16 22:16:15
Authormasakih <masakih@user...>
Commitermasakih

Log Message

[Mod] PSPreviewerInterfaceプロトコルをNSObjectプロトコルに準拠

Change Summary

Incremental Difference

--- a/PSPreviewerInterface.h
+++ b/PSPreviewerInterface.h
@@ -12,7 +12,7 @@
1212 @class PSPreviewerItem;
1313 @class PreviewerSelector;
1414
15-@protocol PSPreviewerInterface
15+@protocol PSPreviewerInterface <NSObject>
1616
1717 - (NSArray *)previewerDisplayNames;
1818 - (NSArray *)previewerIdentifires;