摘要: //// FrameAccessor.h// FrameAccessor//// Created by Alex Denisov on 18.03.12.// Copyright (c) 2013 okolodev.org. All rights reserved.//#if (TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE) #import #define View UIView#else #import #define View NSView#endif@interface UIView (FrameAccessor)- ... 阅读全文
posted @ 2013-07-17 21:57 mic_yx 阅读(276) 评论(2) 推荐(0)