V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
UtopiaCHN
V2EX  ›  iDev

Objective-C 里的 interface 是非正式协议而不是接口吗?

  •  
  •   UtopiaCHN · 2016-01-15 13:15:55 +08:00 · 2145 次点击
    这是一个创建于 2995 天前的主题,其中的信息可能已经有所发展或是发生改变。
    3 条回复    2016-01-21 17:25:08 +08:00
    Alchemistxxd
        1
    Alchemistxxd  
       2016-01-15 13:28:27 +08:00
    .h 的 @interface 是接口, .m 的 @interface 是类扩展, category 里也有 @interface ,类扩展又叫匿名 category ,非正式协议等价于 category ,其实都一样,就是你声明方法和变量的地方。
    xi_lin
        2
    xi_lin  
       2016-01-17 23:51:59 +08:00
    protocol 更像接口
    pinxue
        3
    pinxue  
       2016-01-21 17:25:08 +08:00
    对照某些其它编程语言
    @interface == class
    @protocol == interface
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3624 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 05:01 · PVG 13:01 · LAX 22:01 · JFK 01:01
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.