iphone - Cannot find protocol declaration for 'NSPasteboardWriting' -


i getting error

cannot find protocol declaration 'nspasteboardwriting'

i have created class

#import <uikit/uikit.h> #import <foundation/foundation.h>  @interface errorlog : nsobject<nscoding, nspasteboardwriting, nspasteboardreading> {  }  @end 

can 1 tell me whether missing header file or whats reason that?

nspasteboardwriting available in mac os x v10.6 , later. check project setting(base sdk).


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -