├── RACCommand.m ├── RACSignal+Operations.h ├── RACSignal+Operations.m ├── RACSwift.swift ├── README.md └── demoForRACSwift ├── Header.h ├── Podfile ├── Podfile.lock ├── Pods ├── BuildHeaders │ ├── EasyIOS │ │ ├── Action.h │ │ ├── ActionDelegate.h │ │ ├── AppDatabase.h │ │ ├── BEVersion.h │ │ ├── CacheAction.h │ │ ├── DAProgressOverlayView.h │ │ ├── DialogUtil.h │ │ ├── Easy.h │ │ ├── EasyKit.h │ │ ├── Easy_Runtime.h │ │ ├── EzCacheProtocol.h │ │ ├── EzMiButton.h │ │ ├── EzSandbox.h │ │ ├── EzSingleton.h │ │ ├── EzSystemInfo.h │ │ ├── EzUILabel.h │ │ ├── EzUITapGestureRecognizer.h │ │ ├── EzUserDefaults.h │ │ ├── FontHeader.h │ │ ├── IconFont.h │ │ ├── ImageTool.h │ │ ├── Jastor.h │ │ ├── JastorRuntimeHelper.h │ │ ├── MBProgressHUD.h │ │ ├── MJRefresh.h │ │ ├── MJRefreshBaseView.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooterView.h │ │ ├── MJRefreshHeaderView.h │ │ ├── MKNetworkEngine.h │ │ ├── MKNetworkKit.h │ │ ├── MKNetworkOperation.h │ │ ├── MapEntity.h │ │ ├── Model.h │ │ ├── MojoDatabase.h │ │ ├── MojoModel.h │ │ ├── NSArray+EasyExtend.h │ │ ├── NSData+EasyExtend.h │ │ ├── NSData+MKBase64.h │ │ ├── NSDate+EasyExtend.h │ │ ├── NSDate+RFC1123.h │ │ ├── NSDictionary+EasyExtend.h │ │ ├── NSDictionary+RequestEncoding.h │ │ ├── NSNumber+EasyExtend.h │ │ ├── NSObject+BeeNotification.h │ │ ├── NSObject+EasyJSON.h │ │ ├── NSObject+EasyProperty.h │ │ ├── NSObject+EasyTypeConversion.h │ │ ├── NSString+EasyExtend.h │ │ ├── NSString+MKNetworkKitAdditions.h │ │ ├── NSURL+EasyExtend.h │ │ ├── PooCodeView.h │ │ ├── RTLabel.h │ │ ├── Reachability.h │ │ ├── Request.h │ │ ├── SVProgressHUD.h │ │ ├── Scene.h │ │ ├── SceneCollectionView.h │ │ ├── SceneGridView.h │ │ ├── SceneModel.h │ │ ├── SceneScrollView.h │ │ ├── SceneTableView.h │ │ ├── StyledPageControl.h │ │ ├── SwipeView.h │ │ ├── SysTool.h │ │ ├── TimeTool.h │ │ ├── UIAlertView+MKNetworkKitAdditions.h │ │ ├── UIButton+EasyExtend.h │ │ ├── UICKeyChainStore.h │ │ ├── UIColor+EasyExtend.h │ │ ├── UIGridView.h │ │ ├── UIGridViewCell.h │ │ ├── UIGridViewDelegate.h │ │ ├── UIGridViewRow.h │ │ ├── UIImage+EasyExtend.h │ │ ├── UIImageView+MKNetworkKitAdditions.h │ │ ├── UILabel+EasyExtend.h │ │ ├── UITabBarController+EasyExtend.h │ │ ├── UIView+EasyExtend.h │ │ ├── pinyin.h │ │ └── swift-bridge.h │ └── ReactiveCocoa │ │ ├── RACObjCRuntime.h │ │ └── ReactiveCocoa │ │ ├── NSArray+RACSequenceAdditions.h │ │ ├── NSData+RACSupport.h │ │ ├── NSDictionary+RACSequenceAdditions.h │ │ ├── NSEnumerator+RACSequenceAdditions.h │ │ ├── NSFileHandle+RACSupport.h │ │ ├── NSIndexSet+RACSequenceAdditions.h │ │ ├── NSInvocation+RACTypeParsing.h │ │ ├── NSNotificationCenter+RACSupport.h │ │ ├── NSObject+RACDeallocating.h │ │ ├── NSObject+RACDescription.h │ │ ├── NSObject+RACKVOWrapper.h │ │ ├── NSObject+RACLifting.h │ │ ├── NSObject+RACPropertySubscribing.h │ │ ├── NSObject+RACSelectorSignal.h │ │ ├── NSOrderedSet+RACSequenceAdditions.h │ │ ├── NSSet+RACSequenceAdditions.h │ │ ├── NSString+RACKeyPathUtilities.h │ │ ├── NSString+RACSequenceAdditions.h │ │ ├── NSString+RACSupport.h │ │ ├── NSURLConnection+RACSupport.h │ │ ├── NSUserDefaults+RACSupport.h │ │ ├── RACArraySequence.h │ │ ├── RACBacktrace.h │ │ ├── RACBehaviorSubject.h │ │ ├── RACBlockTrampoline.h │ │ ├── RACChannel.h │ │ ├── RACCommand.h │ │ ├── RACCompoundDisposable.h │ │ ├── RACDelegateProxy.h │ │ ├── RACDisposable.h │ │ ├── RACDynamicSequence.h │ │ ├── RACDynamicSignal.h │ │ ├── RACEXTKeyPathCoding.h │ │ ├── RACEXTRuntimeExtensions.h │ │ ├── RACEXTScope.h │ │ ├── RACEagerSequence.h │ │ ├── RACEmptySequence.h │ │ ├── RACEmptySignal.h │ │ ├── RACErrorSignal.h │ │ ├── RACEvent.h │ │ ├── RACGroupedSignal.h │ │ ├── RACImmediateScheduler.h │ │ ├── RACIndexSetSequence.h │ │ ├── RACKVOChannel.h │ │ ├── RACKVOTrampoline.h │ │ ├── RACMulticastConnection+Private.h │ │ ├── RACMulticastConnection.h │ │ ├── RACPassthroughSubscriber.h │ │ ├── RACQueueScheduler+Subclass.h │ │ ├── RACQueueScheduler.h │ │ ├── RACReplaySubject.h │ │ ├── RACReturnSignal.h │ │ ├── RACScheduler+Private.h │ │ ├── RACScheduler.h │ │ ├── RACScopedDisposable.h │ │ ├── RACSequence.h │ │ ├── RACSerialDisposable.h │ │ ├── RACSignal+Operations.h │ │ ├── RACSignal.h │ │ ├── RACSignalSequence.h │ │ ├── RACStream+Private.h │ │ ├── RACStream.h │ │ ├── RACStringSequence.h │ │ ├── RACSubject.h │ │ ├── RACSubscriber+Private.h │ │ ├── RACSubscriber.h │ │ ├── RACSubscriptingAssignmentTrampoline.h │ │ ├── RACSubscriptionScheduler.h │ │ ├── RACTargetQueueScheduler.h │ │ ├── RACTestScheduler.h │ │ ├── RACTuple.h │ │ ├── RACTupleSequence.h │ │ ├── RACUnarySequence.h │ │ ├── RACUnit.h │ │ ├── RACValueTransformer.h │ │ ├── RACmetamacros.h │ │ ├── ReactiveCocoa.h │ │ ├── UIActionSheet+RACSignalSupport.h │ │ ├── UIAlertView+RACSignalSupport.h │ │ ├── UIBarButtonItem+RACCommandSupport.h │ │ ├── UIButton+RACCommandSupport.h │ │ ├── UICollectionReusableView+RACSignalSupport.h │ │ ├── UIControl+RACSignalSupport.h │ │ ├── UIControl+RACSignalSupportPrivate.h │ │ ├── UIDatePicker+RACSignalSupport.h │ │ ├── UIGestureRecognizer+RACSignalSupport.h │ │ ├── UIImagePickerController+RACSignalSupport.h │ │ ├── UIRefreshControl+RACCommandSupport.h │ │ ├── UISegmentedControl+RACSignalSupport.h │ │ ├── UISlider+RACSignalSupport.h │ │ ├── UIStepper+RACSignalSupport.h │ │ ├── UISwitch+RACSignalSupport.h │ │ ├── UITableViewCell+RACSignalSupport.h │ │ ├── UITableViewHeaderFooterView+RACSignalSupport.h │ │ ├── UITextField+RACSignalSupport.h │ │ └── UITextView+RACSignalSupport.h ├── EasyIOS │ ├── Easy │ │ ├── Core │ │ │ ├── Action.h │ │ │ ├── Action.m │ │ │ ├── ActionDelegate.h │ │ │ ├── CacheAction.h │ │ │ ├── CacheAction.m │ │ │ ├── Model.h │ │ │ ├── Model.m │ │ │ ├── Request.h │ │ │ ├── Request.m │ │ │ ├── Scene.h │ │ │ ├── Scene.m │ │ │ ├── SceneCollectionView.h │ │ │ ├── SceneCollectionView.m │ │ │ ├── SceneGridView.h │ │ │ ├── SceneGridView.m │ │ │ ├── SceneModel.h │ │ │ ├── SceneModel.m │ │ │ ├── SceneScrollView.h │ │ │ ├── SceneScrollView.m │ │ │ ├── SceneTableView.h │ │ │ └── SceneTableView.m │ │ ├── Easy.h │ │ ├── Lib │ │ │ ├── BEVersion.h │ │ │ ├── BEVersion.mm │ │ │ ├── EasyKit.h │ │ │ ├── EasyKit.m │ │ │ ├── Easy_Runtime.h │ │ │ ├── Easy_Runtime.mm │ │ │ ├── EzCacheProtocol.h │ │ │ ├── EzSandbox.h │ │ │ ├── EzSandbox.mm │ │ │ ├── EzSingleton.h │ │ │ ├── EzSystemInfo.h │ │ │ ├── EzSystemInfo.mm │ │ │ ├── EzUserDefaults.h │ │ │ ├── EzUserDefaults.mm │ │ │ ├── NSArray+EasyExtend.h │ │ │ ├── NSArray+EasyExtend.mm │ │ │ ├── NSData+EasyExtend.h │ │ │ ├── NSData+EasyExtend.m │ │ │ ├── NSDate+EasyExtend.h │ │ │ ├── NSDate+EasyExtend.mm │ │ │ ├── NSDictionary+EasyExtend.h │ │ │ ├── NSDictionary+EasyExtend.mm │ │ │ ├── NSNumber+EasyExtend.h │ │ │ ├── NSNumber+EasyExtend.mm │ │ │ ├── NSObject+BeeNotification.h │ │ │ ├── NSObject+BeeNotification.mm │ │ │ ├── NSObject+EasyJSON.h │ │ │ ├── NSObject+EasyJSON.mm │ │ │ ├── NSObject+EasyProperty.h │ │ │ ├── NSObject+EasyProperty.mm │ │ │ ├── NSObject+EasyTypeConversion.h │ │ │ ├── NSObject+EasyTypeConversion.mm │ │ │ ├── NSString+EasyExtend.h │ │ │ ├── NSString+EasyExtend.m │ │ │ ├── NSURL+EasyExtend.h │ │ │ ├── NSURL+EasyExtend.m │ │ │ ├── UIButton+EasyExtend.h │ │ │ ├── UIButton+EasyExtend.m │ │ │ ├── UIColor+EasyExtend.h │ │ │ ├── UIColor+EasyExtend.m │ │ │ ├── UIImage+EasyExtend.h │ │ │ ├── UIImage+EasyExtend.m │ │ │ ├── UILabel+EasyExtend.h │ │ │ ├── UILabel+EasyExtend.m │ │ │ ├── UITabBarController+EasyExtend.h │ │ │ ├── UITabBarController+EasyExtend.m │ │ │ ├── UIView+EasyExtend.h │ │ │ ├── UIView+EasyExtend.m │ │ │ ├── pinyin.h │ │ │ └── pinyin.m │ │ ├── Tools │ │ │ ├── ImageTool.h │ │ │ ├── ImageTool.m │ │ │ ├── MapEntity.h │ │ │ ├── MapEntity.m │ │ │ ├── SysTool.h │ │ │ ├── SysTool.m │ │ │ ├── TimeTool.h │ │ │ └── TimeTool.m │ │ └── Views │ │ │ ├── EzMiButton.h │ │ │ ├── EzMiButton.m │ │ │ ├── EzUILabel.h │ │ │ ├── EzUILabel.m │ │ │ ├── EzUITapGestureRecognizer.h │ │ │ ├── EzUITapGestureRecognizer.m │ │ │ ├── RTLabel.h │ │ │ ├── RTLabel.m │ │ │ ├── UIGridView │ │ │ ├── UIGridView.h │ │ │ ├── UIGridView.m │ │ │ ├── UIGridViewCell.h │ │ │ ├── UIGridViewCell.m │ │ │ ├── UIGridViewDelegate.h │ │ │ ├── UIGridViewRow.h │ │ │ └── UIGridViewRow.m │ │ │ └── VerifyCode │ │ │ ├── PooCodeView.h │ │ │ └── PooCodeView.m │ ├── Extend │ │ ├── DAProgressOverlayView │ │ │ ├── DAProgressOverlayView.h │ │ │ └── DAProgressOverlayView.m │ │ ├── FontIcon │ │ │ ├── FontAwesome │ │ │ │ ├── fontAwesome.json │ │ │ │ └── fontAwesome.otf │ │ │ ├── FontHeader.h │ │ │ ├── FoundationIcons │ │ │ │ ├── foundationIcons.json │ │ │ │ └── foundationIcons.ttf │ │ │ ├── IconFont.h │ │ │ ├── IconFont.m │ │ │ ├── IonIcons │ │ │ │ ├── ionIcons.json │ │ │ │ └── ionIcons.ttf │ │ │ ├── Zocial │ │ │ │ ├── zocialRegularWebfont.json │ │ │ │ └── zocialRegularWebfont.ttf │ │ │ └── fontIconConfig.json │ │ ├── MJRefresh │ │ │ ├── MJRefresh.h │ │ │ ├── MJRefreshBaseView.h │ │ │ ├── MJRefreshBaseView.m │ │ │ ├── MJRefreshConst.h │ │ │ ├── MJRefreshConst.m │ │ │ ├── MJRefreshFooterView.h │ │ │ ├── MJRefreshFooterView.m │ │ │ ├── MJRefreshHeaderView.h │ │ │ ├── MJRefreshHeaderView.m │ │ │ └── arrow-down@2x.png │ │ ├── MKNetworkKit │ │ │ ├── Categories │ │ │ │ ├── NSData+MKBase64.h │ │ │ │ ├── NSData+MKBase64.m │ │ │ │ ├── NSDate+RFC1123.h │ │ │ │ ├── NSDate+RFC1123.m │ │ │ │ ├── NSDictionary+RequestEncoding.h │ │ │ │ ├── NSDictionary+RequestEncoding.m │ │ │ │ ├── NSString+MKNetworkKitAdditions.h │ │ │ │ ├── NSString+MKNetworkKitAdditions.m │ │ │ │ ├── UIAlertView+MKNetworkKitAdditions.h │ │ │ │ ├── UIAlertView+MKNetworkKitAdditions.m │ │ │ │ ├── UIImageView+MKNetworkKitAdditions.h │ │ │ │ └── UIImageView+MKNetworkKitAdditions.m │ │ │ ├── MKNetworkEngine.h │ │ │ ├── MKNetworkEngine.m │ │ │ ├── MKNetworkKit.h │ │ │ ├── MKNetworkOperation.h │ │ │ ├── MKNetworkOperation.m │ │ │ └── Reachability │ │ │ │ ├── Reachability.h │ │ │ │ └── Reachability.m │ │ ├── MojoDatabase │ │ │ ├── AppDatabase.h │ │ │ ├── AppDatabase.m │ │ │ ├── MojoDatabase.h │ │ │ ├── MojoDatabase.m │ │ │ ├── MojoModel.h │ │ │ └── MojoModel.m │ │ ├── Orm │ │ │ ├── Jastor.h │ │ │ ├── Jastor.m │ │ │ ├── JastorRuntimeHelper.h │ │ │ └── JastorRuntimeHelper.m │ │ ├── PageControl │ │ │ ├── StyledPageControl.h │ │ │ └── StyledPageControl.m │ │ ├── SVProgressHUD │ │ │ ├── SVProgressHUD.bundle │ │ │ │ ├── error-black.png │ │ │ │ ├── error-black@2x.png │ │ │ │ ├── error.png │ │ │ │ ├── error@2x.png │ │ │ │ ├── success-black.png │ │ │ │ ├── success-black@2x.png │ │ │ │ ├── success.png │ │ │ │ └── success@2x.png │ │ │ ├── SVProgressHUD.h │ │ │ └── SVProgressHUD.m │ │ ├── SwipeView │ │ │ ├── SwipeView.h │ │ │ └── SwipeView.m │ │ ├── UICKeyChainStore │ │ │ └── Lib │ │ │ │ ├── UICKeyChainStore.h │ │ │ │ └── UICKeyChainStore.m │ │ └── dialog │ │ │ ├── DialogUtil.h │ │ │ ├── DialogUtil.m │ │ │ ├── MBProgressHUD.h │ │ │ └── MBProgressHUD.m │ ├── LICENSE │ ├── README.md │ └── swift-bridge.h ├── Headers │ ├── EasyIOS │ │ ├── Action.h │ │ ├── ActionDelegate.h │ │ ├── AppDatabase.h │ │ ├── BEVersion.h │ │ ├── CacheAction.h │ │ ├── DAProgressOverlayView.h │ │ ├── DialogUtil.h │ │ ├── Easy.h │ │ ├── EasyKit.h │ │ ├── Easy_Runtime.h │ │ ├── EzCacheProtocol.h │ │ ├── EzMiButton.h │ │ ├── EzSandbox.h │ │ ├── EzSingleton.h │ │ ├── EzSystemInfo.h │ │ ├── EzUILabel.h │ │ ├── EzUITapGestureRecognizer.h │ │ ├── EzUserDefaults.h │ │ ├── FontHeader.h │ │ ├── IconFont.h │ │ ├── ImageTool.h │ │ ├── Jastor.h │ │ ├── JastorRuntimeHelper.h │ │ ├── MBProgressHUD.h │ │ ├── MJRefresh.h │ │ ├── MJRefreshBaseView.h │ │ ├── MJRefreshConst.h │ │ ├── MJRefreshFooterView.h │ │ ├── MJRefreshHeaderView.h │ │ ├── MKNetworkEngine.h │ │ ├── MKNetworkKit.h │ │ ├── MKNetworkOperation.h │ │ ├── MapEntity.h │ │ ├── Model.h │ │ ├── MojoDatabase.h │ │ ├── MojoModel.h │ │ ├── NSArray+EasyExtend.h │ │ ├── NSData+EasyExtend.h │ │ ├── NSData+MKBase64.h │ │ ├── NSDate+EasyExtend.h │ │ ├── NSDate+RFC1123.h │ │ ├── NSDictionary+EasyExtend.h │ │ ├── NSDictionary+RequestEncoding.h │ │ ├── NSNumber+EasyExtend.h │ │ ├── NSObject+BeeNotification.h │ │ ├── NSObject+EasyJSON.h │ │ ├── NSObject+EasyProperty.h │ │ ├── NSObject+EasyTypeConversion.h │ │ ├── NSString+EasyExtend.h │ │ ├── NSString+MKNetworkKitAdditions.h │ │ ├── NSURL+EasyExtend.h │ │ ├── PooCodeView.h │ │ ├── RTLabel.h │ │ ├── Reachability.h │ │ ├── Request.h │ │ ├── SVProgressHUD.h │ │ ├── Scene.h │ │ ├── SceneCollectionView.h │ │ ├── SceneGridView.h │ │ ├── SceneModel.h │ │ ├── SceneScrollView.h │ │ ├── SceneTableView.h │ │ ├── StyledPageControl.h │ │ ├── SwipeView.h │ │ ├── SysTool.h │ │ ├── TimeTool.h │ │ ├── UIAlertView+MKNetworkKitAdditions.h │ │ ├── UIButton+EasyExtend.h │ │ ├── UICKeyChainStore.h │ │ ├── UIColor+EasyExtend.h │ │ ├── UIGridView.h │ │ ├── UIGridViewCell.h │ │ ├── UIGridViewDelegate.h │ │ ├── UIGridViewRow.h │ │ ├── UIImage+EasyExtend.h │ │ ├── UIImageView+MKNetworkKitAdditions.h │ │ ├── UILabel+EasyExtend.h │ │ ├── UITabBarController+EasyExtend.h │ │ ├── UIView+EasyExtend.h │ │ ├── pinyin.h │ │ └── swift-bridge.h │ └── ReactiveCocoa │ │ ├── RACObjCRuntime.h │ │ └── ReactiveCocoa │ │ ├── NSArray+RACSequenceAdditions.h │ │ ├── NSData+RACSupport.h │ │ ├── NSDictionary+RACSequenceAdditions.h │ │ ├── NSEnumerator+RACSequenceAdditions.h │ │ ├── NSFileHandle+RACSupport.h │ │ ├── NSIndexSet+RACSequenceAdditions.h │ │ ├── NSInvocation+RACTypeParsing.h │ │ ├── NSNotificationCenter+RACSupport.h │ │ ├── NSObject+RACDeallocating.h │ │ ├── NSObject+RACDescription.h │ │ ├── NSObject+RACKVOWrapper.h │ │ ├── NSObject+RACLifting.h │ │ ├── NSObject+RACPropertySubscribing.h │ │ ├── NSObject+RACSelectorSignal.h │ │ ├── NSOrderedSet+RACSequenceAdditions.h │ │ ├── NSSet+RACSequenceAdditions.h │ │ ├── NSString+RACKeyPathUtilities.h │ │ ├── NSString+RACSequenceAdditions.h │ │ ├── NSString+RACSupport.h │ │ ├── NSURLConnection+RACSupport.h │ │ ├── NSUserDefaults+RACSupport.h │ │ ├── RACArraySequence.h │ │ ├── RACBacktrace.h │ │ ├── RACBehaviorSubject.h │ │ ├── RACBlockTrampoline.h │ │ ├── RACChannel.h │ │ ├── RACCommand.h │ │ ├── RACCompoundDisposable.h │ │ ├── RACDelegateProxy.h │ │ ├── RACDisposable.h │ │ ├── RACDynamicSequence.h │ │ ├── RACDynamicSignal.h │ │ ├── RACEXTKeyPathCoding.h │ │ ├── RACEXTScope.h │ │ ├── RACEagerSequence.h │ │ ├── RACEmptySequence.h │ │ ├── RACEmptySignal.h │ │ ├── RACErrorSignal.h │ │ ├── RACEvent.h │ │ ├── RACGroupedSignal.h │ │ ├── RACImmediateScheduler.h │ │ ├── RACIndexSetSequence.h │ │ ├── RACKVOChannel.h │ │ ├── RACKVOTrampoline.h │ │ ├── RACMulticastConnection.h │ │ ├── RACPassthroughSubscriber.h │ │ ├── RACQueueScheduler+Subclass.h │ │ ├── RACQueueScheduler.h │ │ ├── RACReplaySubject.h │ │ ├── RACReturnSignal.h │ │ ├── RACScheduler.h │ │ ├── RACScopedDisposable.h │ │ ├── RACSequence.h │ │ ├── RACSerialDisposable.h │ │ ├── RACSignal+Operations.h │ │ ├── RACSignal.h │ │ ├── RACSignalSequence.h │ │ ├── RACStream.h │ │ ├── RACStringSequence.h │ │ ├── RACSubject.h │ │ ├── RACSubscriber.h │ │ ├── RACSubscriptingAssignmentTrampoline.h │ │ ├── RACSubscriptionScheduler.h │ │ ├── RACTargetQueueScheduler.h │ │ ├── RACTestScheduler.h │ │ ├── RACTuple.h │ │ ├── RACTupleSequence.h │ │ ├── RACUnarySequence.h │ │ ├── RACUnit.h │ │ ├── RACValueTransformer.h │ │ ├── RACmetamacros.h │ │ ├── ReactiveCocoa.h │ │ ├── UIActionSheet+RACSignalSupport.h │ │ ├── UIAlertView+RACSignalSupport.h │ │ ├── UIBarButtonItem+RACCommandSupport.h │ │ ├── UIButton+RACCommandSupport.h │ │ ├── UICollectionReusableView+RACSignalSupport.h │ │ ├── UIControl+RACSignalSupport.h │ │ ├── UIControl+RACSignalSupportPrivate.h │ │ ├── UIDatePicker+RACSignalSupport.h │ │ ├── UIGestureRecognizer+RACSignalSupport.h │ │ ├── UIImagePickerController+RACSignalSupport.h │ │ ├── UIRefreshControl+RACCommandSupport.h │ │ ├── UISegmentedControl+RACSignalSupport.h │ │ ├── UISlider+RACSignalSupport.h │ │ ├── UIStepper+RACSignalSupport.h │ │ ├── UISwitch+RACSignalSupport.h │ │ ├── UITableViewCell+RACSignalSupport.h │ │ ├── UITableViewHeaderFooterView+RACSignalSupport.h │ │ ├── UITextField+RACSignalSupport.h │ │ └── UITextView+RACSignalSupport.h ├── Manifest.lock ├── Pods-EAIntroView-Private.xcconfig ├── Pods-EAIntroView-dummy.m ├── Pods-EAIntroView-prefix.pch ├── Pods-EAIntroView.xcconfig ├── Pods-EasyIOS-Private.xcconfig ├── Pods-EasyIOS-dummy.m ├── Pods-EasyIOS-prefix.pch ├── Pods-EasyIOS.xcconfig ├── Pods-ReactiveCocoa-Private.xcconfig ├── Pods-ReactiveCocoa-dummy.m ├── Pods-ReactiveCocoa-prefix.pch ├── Pods-ReactiveCocoa.xcconfig ├── Pods-acknowledgements.markdown ├── Pods-acknowledgements.plist ├── Pods-dummy.m ├── Pods-environment.h ├── Pods-pop-Private.xcconfig ├── Pods-pop-dummy.m ├── Pods-pop-prefix.pch ├── Pods-pop.xcconfig ├── Pods-resources.sh ├── Pods.xcconfig ├── Pods.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── huwei.xcuserdatad │ │ └── xcschemes │ │ ├── Pods-EasyIOS.xcscheme │ │ ├── Pods-ReactiveCocoa.xcscheme │ │ ├── Pods.xcscheme │ │ └── xcschememanagement.plist └── ReactiveCocoa │ ├── LICENSE.md │ ├── README.md │ └── ReactiveCocoaFramework │ └── ReactiveCocoa │ ├── NSArray+RACSequenceAdditions.h │ ├── NSArray+RACSequenceAdditions.m │ ├── NSData+RACSupport.h │ ├── NSData+RACSupport.m │ ├── NSDictionary+RACSequenceAdditions.h │ ├── NSDictionary+RACSequenceAdditions.m │ ├── NSEnumerator+RACSequenceAdditions.h │ ├── NSEnumerator+RACSequenceAdditions.m │ ├── NSFileHandle+RACSupport.h │ ├── NSFileHandle+RACSupport.m │ ├── NSIndexSet+RACSequenceAdditions.h │ ├── NSIndexSet+RACSequenceAdditions.m │ ├── NSInvocation+RACTypeParsing.h │ ├── NSInvocation+RACTypeParsing.m │ ├── NSNotificationCenter+RACSupport.h │ ├── NSNotificationCenter+RACSupport.m │ ├── NSObject+RACDeallocating.h │ ├── NSObject+RACDeallocating.m │ ├── NSObject+RACDescription.h │ ├── NSObject+RACDescription.m │ ├── NSObject+RACKVOWrapper.h │ ├── NSObject+RACKVOWrapper.m │ ├── NSObject+RACLifting.h │ ├── NSObject+RACLifting.m │ ├── NSObject+RACPropertySubscribing.h │ ├── NSObject+RACPropertySubscribing.m │ ├── NSObject+RACSelectorSignal.h │ ├── NSObject+RACSelectorSignal.m │ ├── NSOrderedSet+RACSequenceAdditions.h │ ├── NSOrderedSet+RACSequenceAdditions.m │ ├── NSSet+RACSequenceAdditions.h │ ├── NSSet+RACSequenceAdditions.m │ ├── NSString+RACKeyPathUtilities.h │ ├── NSString+RACKeyPathUtilities.m │ ├── NSString+RACSequenceAdditions.h │ ├── NSString+RACSequenceAdditions.m │ ├── NSString+RACSupport.h │ ├── NSString+RACSupport.m │ ├── NSURLConnection+RACSupport.h │ ├── NSURLConnection+RACSupport.m │ ├── NSUserDefaults+RACSupport.h │ ├── NSUserDefaults+RACSupport.m │ ├── RACArraySequence.h │ ├── RACArraySequence.m │ ├── RACBacktrace.h │ ├── RACBacktrace.m │ ├── RACBehaviorSubject.h │ ├── RACBehaviorSubject.m │ ├── RACBlockTrampoline.h │ ├── RACBlockTrampoline.m │ ├── RACChannel.h │ ├── RACChannel.m │ ├── RACCommand.h │ ├── RACCommand.m │ ├── RACCompoundDisposable.h │ ├── RACCompoundDisposable.m │ ├── RACCompoundDisposableProvider.d │ ├── RACDelegateProxy.h │ ├── RACDelegateProxy.m │ ├── RACDisposable.h │ ├── RACDisposable.m │ ├── RACDynamicSequence.h │ ├── RACDynamicSequence.m │ ├── RACDynamicSignal.h │ ├── RACDynamicSignal.m │ ├── RACEagerSequence.h │ ├── RACEagerSequence.m │ ├── RACEmptySequence.h │ ├── RACEmptySequence.m │ ├── RACEmptySignal.h │ ├── RACEmptySignal.m │ ├── RACErrorSignal.h │ ├── RACErrorSignal.m │ ├── RACEvent.h │ ├── RACEvent.m │ ├── RACGroupedSignal.h │ ├── RACGroupedSignal.m │ ├── RACImmediateScheduler.h │ ├── RACImmediateScheduler.m │ ├── RACIndexSetSequence.h │ ├── RACIndexSetSequence.m │ ├── RACKVOChannel.h │ ├── RACKVOChannel.m │ ├── RACKVOTrampoline.h │ ├── RACKVOTrampoline.m │ ├── RACMulticastConnection+Private.h │ ├── RACMulticastConnection.h │ ├── RACMulticastConnection.m │ ├── RACObjCRuntime.h │ ├── RACObjCRuntime.m │ ├── RACPassthroughSubscriber.h │ ├── RACPassthroughSubscriber.m │ ├── RACQueueScheduler+Subclass.h │ ├── RACQueueScheduler.h │ ├── RACQueueScheduler.m │ ├── RACReplaySubject.h │ ├── RACReplaySubject.m │ ├── RACReturnSignal.h │ ├── RACReturnSignal.m │ ├── RACScheduler+Private.h │ ├── RACScheduler.h │ ├── RACScheduler.m │ ├── RACScopedDisposable.h │ ├── RACScopedDisposable.m │ ├── RACSequence.h │ ├── RACSequence.m │ ├── RACSerialDisposable.h │ ├── RACSerialDisposable.m │ ├── RACSignal+Operations.h │ ├── RACSignal+Operations.m │ ├── RACSignal.h │ ├── RACSignal.m │ ├── RACSignalProvider.d │ ├── RACSignalSequence.h │ ├── RACSignalSequence.m │ ├── RACStream+Private.h │ ├── RACStream.h │ ├── RACStream.m │ ├── RACStringSequence.h │ ├── RACStringSequence.m │ ├── RACSubject.h │ ├── RACSubject.m │ ├── RACSubscriber+Private.h │ ├── RACSubscriber.h │ ├── RACSubscriber.m │ ├── RACSubscriptingAssignmentTrampoline.h │ ├── RACSubscriptingAssignmentTrampoline.m │ ├── RACSubscriptionScheduler.h │ ├── RACSubscriptionScheduler.m │ ├── RACTargetQueueScheduler.h │ ├── RACTargetQueueScheduler.m │ ├── RACTestScheduler.h │ ├── RACTestScheduler.m │ ├── RACTuple.h │ ├── RACTuple.m │ ├── RACTupleSequence.h │ ├── RACTupleSequence.m │ ├── RACUnarySequence.h │ ├── RACUnarySequence.m │ ├── RACUnit.h │ ├── RACUnit.m │ ├── RACValueTransformer.h │ ├── RACValueTransformer.m │ ├── ReactiveCocoa.h │ ├── UIActionSheet+RACSignalSupport.h │ ├── UIActionSheet+RACSignalSupport.m │ ├── UIAlertView+RACSignalSupport.h │ ├── UIAlertView+RACSignalSupport.m │ ├── UIBarButtonItem+RACCommandSupport.h │ ├── UIBarButtonItem+RACCommandSupport.m │ ├── UIButton+RACCommandSupport.h │ ├── UIButton+RACCommandSupport.m │ ├── UICollectionReusableView+RACSignalSupport.h │ ├── UICollectionReusableView+RACSignalSupport.m │ ├── UIControl+RACSignalSupport.h │ ├── UIControl+RACSignalSupport.m │ ├── UIControl+RACSignalSupportPrivate.h │ ├── UIControl+RACSignalSupportPrivate.m │ ├── UIDatePicker+RACSignalSupport.h │ ├── UIDatePicker+RACSignalSupport.m │ ├── UIGestureRecognizer+RACSignalSupport.h │ ├── UIGestureRecognizer+RACSignalSupport.m │ ├── UIImagePickerController+RACSignalSupport.h │ ├── UIImagePickerController+RACSignalSupport.m │ ├── UIRefreshControl+RACCommandSupport.h │ ├── UIRefreshControl+RACCommandSupport.m │ ├── UISegmentedControl+RACSignalSupport.h │ ├── UISegmentedControl+RACSignalSupport.m │ ├── UISlider+RACSignalSupport.h │ ├── UISlider+RACSignalSupport.m │ ├── UIStepper+RACSignalSupport.h │ ├── UIStepper+RACSignalSupport.m │ ├── UISwitch+RACSignalSupport.h │ ├── UISwitch+RACSignalSupport.m │ ├── UITableViewCell+RACSignalSupport.h │ ├── UITableViewCell+RACSignalSupport.m │ ├── UITableViewHeaderFooterView+RACSignalSupport.h │ ├── UITableViewHeaderFooterView+RACSignalSupport.m │ ├── UITextField+RACSignalSupport.h │ ├── UITextField+RACSignalSupport.m │ ├── UITextView+RACSignalSupport.h │ ├── UITextView+RACSignalSupport.m │ └── extobjc │ ├── RACEXTKeyPathCoding.h │ ├── RACEXTRuntimeExtensions.h │ ├── RACEXTRuntimeExtensions.m │ ├── RACEXTScope.h │ └── RACmetamacros.h ├── here.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── huwei.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── huwei.xcuserdatad │ └── xcschemes │ ├── here.xcscheme │ └── xcschememanagement.plist ├── here.xcworkspace ├── contents.xcworkspacedata ├── xcshareddata │ └── here.xccheckout └── xcuserdata │ └── huwei.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── here ├── AppDelegate.swift ├── Base.lproj │ └── Main.storyboard ├── DemoSceneModel.swift ├── GoodsArray.swift ├── GoodsCell.swift ├── GoodsEntity.swift ├── GoodsListRequest.swift ├── ImageEntity.swift ├── Images.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── LaunchImage.launchimage │ │ └── Contents.json │ ├── first.imageset │ │ ├── Contents.json │ │ ├── first.png │ │ └── first@2x.png │ └── second.imageset │ │ ├── Contents.json │ │ ├── second.png │ │ └── second@2x.png ├── Info.plist ├── RACSwift.swift ├── ViewController.swift └── WebSiteEntity.swift └── hereTests ├── Info.plist └── hereTests.swift /demoForRACSwift/Header.h: -------------------------------------------------------------------------------- 1 | // 2 | // Header.h 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "swift-bridge.h" 10 | 11 | -------------------------------------------------------------------------------- /demoForRACSwift/Podfile: -------------------------------------------------------------------------------- 1 | platform :ios, '6.0' 2 | pod 'EasyIOS','~> 2.0' -------------------------------------------------------------------------------- /demoForRACSwift/Podfile.lock: -------------------------------------------------------------------------------- 1 | PODS: 2 | - EasyIOS (2.0): 3 | - EasyIOS/Easy 4 | - EasyIOS/Easy (2.0): 5 | - ReactiveCocoa 6 | - ReactiveCocoa (2.3.1): 7 | - ReactiveCocoa/UI 8 | - ReactiveCocoa/Core (2.3.1): 9 | - ReactiveCocoa/no-arc 10 | - ReactiveCocoa/no-arc (2.3.1) 11 | - ReactiveCocoa/UI (2.3.1): 12 | - ReactiveCocoa/Core 13 | 14 | DEPENDENCIES: 15 | - EasyIOS (~> 2.0) 16 | 17 | SPEC CHECKSUMS: 18 | EasyIOS: 31d4643af90147fef9341ea63e720cf3ff80af66 19 | ReactiveCocoa: dca75777b9d18990c8714a3a6f2149f29b4d1462 20 | 21 | COCOAPODS: 0.33.1 22 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Action.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Action.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/ActionDelegate.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/ActionDelegate.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/AppDatabase.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MojoDatabase/AppDatabase.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/BEVersion.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/BEVersion.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/CacheAction.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/CacheAction.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/DAProgressOverlayView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/DAProgressOverlayView/DAProgressOverlayView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/DialogUtil.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/dialog/DialogUtil.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Easy.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Easy.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EasyKit.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EasyKit.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Easy_Runtime.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/Easy_Runtime.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzCacheProtocol.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzCacheProtocol.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzMiButton.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/EzMiButton.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzSandbox.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzSandbox.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzSingleton.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzSingleton.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzSystemInfo.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzSystemInfo.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzUILabel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/EzUILabel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzUITapGestureRecognizer.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/EzUITapGestureRecognizer.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/EzUserDefaults.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzUserDefaults.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/FontHeader.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/FontIcon/FontHeader.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/IconFont.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/FontIcon/IconFont.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/ImageTool.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/ImageTool.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Jastor.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/Orm/Jastor.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/JastorRuntimeHelper.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/Orm/JastorRuntimeHelper.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/dialog/MBProgressHUD.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MJRefreshBaseView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshBaseView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MJRefreshFooterView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshFooterView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MJRefreshHeaderView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshHeaderView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MKNetworkEngine.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/MKNetworkEngine.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MKNetworkKit.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/MKNetworkKit.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MKNetworkOperation.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/MKNetworkOperation.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MapEntity.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/MapEntity.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Model.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Model.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MojoDatabase.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MojoDatabase/MojoDatabase.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/MojoModel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MojoDatabase/MojoModel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSArray+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSArray+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSData+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSData+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSData+MKBase64.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSData+MKBase64.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSDate+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSDate+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSDate+RFC1123.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSDate+RFC1123.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSDictionary+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSDictionary+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSDictionary+RequestEncoding.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSDictionary+RequestEncoding.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSNumber+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSNumber+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSObject+BeeNotification.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+BeeNotification.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSObject+EasyJSON.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+EasyJSON.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSObject+EasyProperty.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+EasyProperty.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSObject+EasyTypeConversion.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+EasyTypeConversion.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSString+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSString+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSString+MKNetworkKitAdditions.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/NSURL+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSURL+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/PooCodeView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/VerifyCode/PooCodeView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/RTLabel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/RTLabel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Reachability.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Reachability/Reachability.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Request.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Request.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/Scene.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Scene.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SceneCollectionView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneCollectionView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SceneGridView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneGridView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SceneModel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneModel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SceneScrollView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneScrollView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SceneTableView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneTableView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/StyledPageControl.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/PageControl/StyledPageControl.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SwipeView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/SwipeView/SwipeView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/SysTool.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/SysTool.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/TimeTool.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/TimeTool.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIAlertView+MKNetworkKitAdditions.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/UIAlertView+MKNetworkKitAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIButton+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIButton+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UICKeyChainStore.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/UICKeyChainStore/Lib/UICKeyChainStore.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIColor+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIColor+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIGridView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIGridViewCell.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridViewCell.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIGridViewDelegate.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridViewDelegate.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIGridViewRow.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridViewRow.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIImage+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIImage+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIImageView+MKNetworkKitAdditions.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/UIImageView+MKNetworkKitAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UILabel+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UILabel+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UITabBarController+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UITabBarController+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/UIView+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIView+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/pinyin.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/pinyin.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/EasyIOS/swift-bridge.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/swift-bridge.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/RACObjCRuntime.h: -------------------------------------------------------------------------------- 1 | ../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACObjCRuntime.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSArray+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSData+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSFileHandle+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSInvocation+RACTypeParsing.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSNotificationCenter+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACDeallocating.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACDescription.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACKVOWrapper.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACLifting.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACPropertySubscribing.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACSelectorSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACKeyPathUtilities.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSURLConnection+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSUserDefaults+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACArraySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACArraySequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACBacktrace.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBacktrace.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBehaviorSubject.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBlockTrampoline.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACChannel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACCommand.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACCommand.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACCompoundDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDelegateProxy.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDynamicSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDynamicSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEXTKeyPathCoding.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACEXTKeyPathCoding.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEXTRuntimeExtensions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEXTScope.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACEXTScope.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEagerSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEagerSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEmptySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEmptySequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEmptySignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEmptySignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACErrorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACErrorSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACEvent.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEvent.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACGroupedSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACImmediateScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACIndexSetSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACKVOChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACKVOChannel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACKVOTrampoline.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACMulticastConnection+Private.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACMulticastConnection.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACPassthroughSubscriber.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler+Subclass.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACQueueScheduler+Subclass.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACQueueScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACReplaySubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACReplaySubject.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACReturnSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACReturnSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACScheduler+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScheduler+Private.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScopedDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSerialDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignal+Operations.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSignalSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignalSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACStream+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStream+Private.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACStream.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStream.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACStringSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStringSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubject.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSubscriber+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriber+Private.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriber.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriptionScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTargetQueueScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACTestScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTestScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACTuple.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTuple.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACTupleSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTupleSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACUnarySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnarySequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACUnit.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnit.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACValueTransformer.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACValueTransformer.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/RACmetamacros.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACmetamacros.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/ReactiveCocoa.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/ReactiveCocoa.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIActionSheet+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIAlertView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIButton+RACCommandSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIControl+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIDatePicker+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISlider+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIStepper+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISwitch+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewCell+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITextField+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/BuildHeaders/ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITextView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/ActionDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // ActionDelegate.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-7-4. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @protocol ActionDelegate 12 | -(void)handleActionMsg:(Request *)msg; 13 | @optional 14 | -(void)handleProgressMsg:(Request *)msg; 15 | @end 16 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/CacheAction.h: -------------------------------------------------------------------------------- 1 | // 2 | // CacheAction.h 3 | // fastSign 4 | // 5 | // Created by EasyIOS on 14-4-13. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "Action.h" 10 | 11 | @interface CacheAction : Action 12 | + (CacheAction *)sharedInstance; 13 | @end 14 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/CacheAction.m: -------------------------------------------------------------------------------- 1 | // 2 | // CacheAction.m 3 | // fastSign 4 | // 5 | // Created by EasyIOS on 14-4-13. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "CacheAction.h" 10 | 11 | @implementation CacheAction 12 | + (CacheAction *)sharedInstance 13 | { 14 | static dispatch_once_t pred; 15 | static CacheAction *sharedInstance = nil; 16 | 17 | dispatch_once(&pred, ^{ 18 | sharedInstance = [[self alloc] initWithCache]; 19 | }); 20 | 21 | return sharedInstance; 22 | } 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/Model.h: -------------------------------------------------------------------------------- 1 | // 2 | // Model.h 3 | // fastSign 4 | // 5 | // Created by EasyIOS on 14-4-10. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NSDictionary+EasyExtend.h" 11 | #import "MojoModel.h" 12 | @interface Model : MojoModel 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/Model.m: -------------------------------------------------------------------------------- 1 | // 2 | // Model.m 3 | // fastSign 4 | // 5 | // Created by EasyIOS on 14-4-10. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "Model.h" 10 | 11 | @implementation Model 12 | 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/Scene.h: -------------------------------------------------------------------------------- 1 | // 2 | // Scene.h 3 | // fastSign 4 | // 5 | // Created by EasyIOS on 14-4-11. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "Easy.h" 11 | #import "MJRefresh.h" 12 | typedef enum 13 | { 14 | NAV_LEFT =0, 15 | NAV_RIGHT =1, 16 | } EzNavigationBar; 17 | 18 | 19 | @interface Scene : UIViewController 20 | @property(nonatomic,retain)Scene *parentScene; 21 | 22 | - (void)handlePullLoader:(MJRefreshBaseView *)view state:(PullLoaderState)state; 23 | - (void)showBarButton:(EzNavigationBar)position title:(NSString *)name fontColor:(UIColor *)color; 24 | - (void)showBarButton:(EzNavigationBar)position imageName:(NSString *)imageName; 25 | - (void)showBarButton:(EzNavigationBar)position button:(UIButton *)button; 26 | - (void)leftButtonTouch; 27 | - (void)rightButtonTouch; 28 | - (void)setTitleText:(NSString *)str; 29 | @end 30 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/SceneModel.h: -------------------------------------------------------------------------------- 1 | // 2 | // SceneModel.h 3 | // NewEasy 4 | // 5 | // Created by 朱潮 on 14-7-22. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "Action.h" 10 | #import "RACEXTScope.h" 11 | #import "ReactiveCocoa.h" 12 | #import "Request.h" 13 | @interface SceneModel : NSObject 14 | @property(nonatomic,strong)Action *action; 15 | + (id)SceneModel; 16 | - (void)handleActionMsg:(Request *)msg; 17 | - (void)SEND_ACTION:(Request *)req; 18 | - (void)SEND_CACHE_ACTION:(Request *)req; 19 | - (void)SEND_NO_CACHE_ACTION:(Request *)req; 20 | - (void)loadSceneModel; 21 | @end 22 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Core/SceneScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // SceneScrollView.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-20. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "MJRefresh.h" 10 | @protocol SceneScrollViewDelegate; 11 | @interface SceneScrollView : UIScrollView 12 | @property(nonatomic,strong)MJRefreshHeaderView *header; 13 | @property(strong,nonatomic)NSString *cacheDataString; 14 | @property(nonatomic,strong)UILabel *msgLabel; 15 | @property (strong, nonatomic) id SceneDelegate; 16 | -(void)addHeader; 17 | -(void)flashMessage:(NSString *)msg; 18 | -(void)endAllRefreshing; 19 | @end 20 | 21 | @protocol SceneScrollViewDelegate 22 | 23 | @required 24 | -(void)handlePullLoader:(MJRefreshBaseView *)view state:(PullLoaderState)state; 25 | @end -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/BEVersion.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | #import "EzSingleton.h" 4 | 5 | extern NSString* const APP_VERSION; 6 | extern NSString* const APP_BULID; 7 | 8 | @interface BEVersion : NSObject 9 | 10 | AS_SINGLETON( BEVersion ) 11 | 12 | @property (nonatomic, readonly) NSUInteger major; 13 | @property (nonatomic, readonly) NSUInteger minor; 14 | @property (nonatomic, readonly) NSUInteger tiny; 15 | @property (nonatomic, readonly) NSString * pre; 16 | 17 | -(BOOL)checkHasNewVersion:(NSString *)newVersion; 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/EasyKit.h: -------------------------------------------------------------------------------- 1 | #import 2 | #import "ReactiveCocoa.h" 3 | @interface EasyKit : NSObject {} 4 | 5 | + (NSString *)homePath; 6 | + (NSString *)desktopPath; 7 | + (NSString *)documentPath; 8 | + (NSString *)appPath; 9 | + (NSString *)resourcePath; 10 | 11 | + (BOOL)swizzleMethod:(SEL)originalSelector with:(SEL)anotherSelector in:(Class)klass; 12 | + (BOOL)swizzleMethod:(SEL)originalSelector in:(Class)klass with:(SEL)anotherSelector in:(Class)anotherKlass; 13 | + (BOOL)swizzleClassMethod:(SEL)originalSelector with:(SEL)anotherSelector in:(Class)klass; 14 | + (BOOL)swizzleClassMethod:(SEL)originalSelector in:(Class)klass with:(SEL)anotherSelector in:(Class)anotherKlass; 15 | 16 | + (void)waitUntil:(BOOL (^)(void))condition; 17 | + (void)waitUntil:(BOOL (^)(void))condition timeOut:(NSTimeInterval)timeOut; 18 | + (void)waitUntil:(BOOL (^)(void))condition timeOut:(NSTimeInterval)timeOut interval:(NSTimeInterval)interval; 19 | @end 20 | 21 | @interface $ : EasyKit {} 22 | @end -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/EzCacheProtocol.h: -------------------------------------------------------------------------------- 1 | 2 | // Created by EasyIOS on 14-4-10. 3 | // Copyright (c) 2014年 zhuchao. All rights reserved. 4 | // 5 | 6 | #import 7 | 8 | @protocol EzCacheProtocol 9 | 10 | - (BOOL)hasObjectForKey:(id)key; 11 | - (id)objectForKey:(id)key; 12 | - (void)setObject:(id)object forKey:(id)key; 13 | - (void)removeObjectForKey:(id)key; 14 | - (void)removeAllObjects; 15 | - (id)objectForKeyedSubscript:(id)key; 16 | - (void)setObject:(id)obj forKeyedSubscript:(id)key; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/EzSandbox.h: -------------------------------------------------------------------------------- 1 | // Created by EasyIOS on 14-4-10. 2 | // Copyright (c) 2014年 zhuchao. All rights reserved. 3 | // 4 | 5 | #import "EzSingleton.h" 6 | 7 | #pragma mark - 8 | 9 | @interface EzSandbox : NSObject 10 | 11 | @property (nonatomic, readonly) NSString * appPath; 12 | @property (nonatomic, readonly) NSString * docPath; 13 | @property (nonatomic, readonly) NSString * libPrefPath; 14 | @property (nonatomic, readonly) NSString * libCachePath; 15 | @property (nonatomic, readonly) NSString * tmpPath; 16 | 17 | AS_SINGLETON( EzSandbox ) 18 | 19 | + (NSString *)appPath; // 程序目录,不能存任何东西 20 | + (NSString *)docPath; // 文档目录,需要ITUNES同步备份的数据存这里 21 | + (NSString *)libPrefPath; // 配置目录,配置文件存这里 22 | + (NSString *)libCachePath; // 缓存目录,系统永远不会删除这里的文件,ITUNES会删除 23 | + (NSString *)tmpPath; // 缓存目录,APP退出后,系统可能会删除这里的内容 24 | 25 | + (BOOL)touch:(NSString *)path; 26 | + (BOOL)touchFile:(NSString *)file; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/EzSingleton.h: -------------------------------------------------------------------------------- 1 | // 2 | // EzSingleton.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-7-19. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | #import 9 | #undef AS_SINGLETON 10 | #define AS_SINGLETON( __class ) \ 11 | - (__class *)sharedInstance; \ 12 | + (__class *)sharedInstance; 13 | #undef DEF_SINGLETON 14 | #define DEF_SINGLETON( __class ) \ 15 | - (__class *)sharedInstance \ 16 | { \ 17 | return [__class sharedInstance]; \ 18 | } \ 19 | + (__class *)sharedInstance \ 20 | { \ 21 | static dispatch_once_t once; \ 22 | static __class * __singleton__; \ 23 | dispatch_once( &once, ^{ __singleton__ = [[[self class] alloc] init]; } ); \ 24 | return __singleton__; \ 25 | } -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/EzUserDefaults.h: -------------------------------------------------------------------------------- 1 | // Created by EasyIOS on 14-4-10. 2 | // Copyright (c) 2014年 zhuchao. All rights reserved. 3 | // 4 | #import "Easy.h" 5 | #import "EzCacheProtocol.h" 6 | #pragma mark - 7 | 8 | #define AS_USERDEFAULT( __name ) AS_STATIC_PROPERTY( __name ) 9 | #define DEF_USERDEFAULT( __name ) DEF_STATIC_PROPERTY3( __name, @"userdefault", [self description] ) 10 | 11 | #pragma mark - 12 | 13 | @interface EzUserDefaults : NSObject 14 | 15 | AS_SINGLETON( EzUserDefaults ) 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/NSData+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+EasyExtend.h 3 | // fastSign 4 | // 5 | // Created by EasyIOS on 14-4-10. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import 11 | @interface NSData (EasyExtend) 12 | 13 | @property (nonatomic, readonly) NSData * MD5; 14 | @property (nonatomic, readonly) NSString * MD5String; 15 | 16 | + (NSData *)fromResource:(NSString *)resName; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/NSDate+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // Created by EasyIOS on 14-4-10. 2 | // Copyright (c) 2014年 zhuchao. All rights reserved. 3 | // 4 | 5 | #import 6 | 7 | 8 | extern const NSInteger SECOND; 9 | extern const NSInteger MINUTE; 10 | extern const NSInteger HOUR; 11 | extern const NSInteger DAY; 12 | extern const NSInteger MONTH; 13 | extern const NSInteger YEAR; 14 | 15 | @interface NSDate(EasyExtend) 16 | 17 | @property (nonatomic, readonly) NSInteger year; 18 | @property (nonatomic, readonly) NSInteger month; 19 | @property (nonatomic, readonly) NSInteger day; 20 | @property (nonatomic, readonly) NSInteger hour; 21 | @property (nonatomic, readonly) NSInteger minute; 22 | @property (nonatomic, readonly) NSInteger second; 23 | @property (nonatomic, readonly) NSInteger weekday; 24 | 25 | - (NSString *)stringWithDateFormat:(NSString *)format; 26 | - (NSString *)timeAgo; 27 | - (NSString *)timeLeft; 28 | 29 | + (long long)timeStamp; 30 | 31 | + (NSDate *)dateWithString:(NSString *)string; 32 | + (NSDate *)now; 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/NSObject+EasyJSON.h: -------------------------------------------------------------------------------- 1 | // Created by EasyIOS on 14-4-10. 2 | // Copyright (c) 2014年 zhuchao. All rights reserved. 3 | // 4 | 5 | #import 6 | 7 | #pragma mark - 8 | 9 | @interface NSObject(BeeJSON) 10 | 11 | + (id)objectsFromArray:(id)arr; 12 | + (id)objectsFromAny:(id)any; 13 | 14 | + (id)objectFromDictionary:(id)dict; 15 | + (id)objectFromString:(id)str; 16 | + (id)objectFromData:(id)data; 17 | + (id)objectFromAny:(id)any; 18 | 19 | - (id)objectToDictionary; 20 | - (id)objectToString; 21 | - (id)objectToData; 22 | - (id)objectZerolize; 23 | 24 | - (id)objectToDictionaryUntilRootClass:(Class)rootClass; 25 | - (id)objectToStringUntilRootClass:(Class)rootClass; 26 | - (id)objectToDataUntilRootClass:(Class)rootClass; 27 | - (id)objectZerolizeUntilRootClass:(Class)rootClass; 28 | 29 | - (id)serializeObject; 30 | + (id)unserializeObject:(id)obj; 31 | 32 | 33 | @end 34 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/NSObject+EasyProperty.mm: -------------------------------------------------------------------------------- 1 | // Created by EasyIOS on 14-4-10. 2 | // Copyright (c) 2014年 zhuchao. All rights reserved. 3 | // 4 | 5 | #import "NSObject+EasyProperty.h" 6 | 7 | // ---------------------------------- 8 | // Source code 9 | // ---------------------------------- 10 | 11 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/NSObject+EasyTypeConversion.h: -------------------------------------------------------------------------------- 1 | // Created by EasyIOS on 14-4-10. 2 | // Copyright (c) 2014年 zhuchao. All rights reserved. 3 | // 4 | 5 | #import 6 | 7 | #pragma mark - 8 | 9 | @interface NSObject(EasyTypeConversion) 10 | 11 | - (NSInteger)asInteger; 12 | - (float)asFloat; 13 | - (BOOL)asBool; 14 | 15 | - (NSNumber *)asNSNumber; 16 | - (NSString *)asNSString; 17 | - (NSDate *)asNSDate; 18 | - (NSData *)asNSData; // TODO 19 | - (NSArray *)asNSArray; 20 | - (NSArray *)asNSArrayWithClass:(Class)clazz; 21 | - (NSMutableArray *)asNSMutableArray; 22 | - (NSMutableArray *)asNSMutableArrayWithClass:(Class)clazz; 23 | - (NSDictionary *)asNSDictionary; 24 | - (NSMutableDictionary *)asNSMutableDictionary; 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/NSURL+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSURL+EasyExtend.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-5. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "NSString+EasyExtend.h" 11 | @interface NSURL (EasyExtend) 12 | - (NSURL *)addParams:(NSDictionary *)params; 13 | - (NSDictionary *)params; 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UIButton+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIButton+EasyExtend.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "EzSystemInfo.h" 11 | @interface UIButton (EasyExtend) 12 | -(UIButton *)initNavigationButton:(UIImage *)image; 13 | -(UIButton *)initNavigationButtonWithTitle:(NSString *)str color:(UIColor *)color; 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UIImage+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIImage+ImageProcessing.h 3 | // 4 | // Created by Vincent Saluzzo on 28/05/12. 5 | // Copyright (c) 2012. All rights reserved. 6 | // 7 | 8 | #import 9 | 10 | @interface UIImage (EasyExtend) 11 | - (UIImage *) toGrayscale; 12 | - (UIImage *) tintWithColor:(UIColor *)tintColor; 13 | + (UIImage *) imageWithUrl:(NSString *)url; 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UILabel+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // UILabel+EasyExtend.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-6. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UILabel (EasyExtend) 12 | -(CGSize)autoSize; 13 | @end 14 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UILabel+EasyExtend.m: -------------------------------------------------------------------------------- 1 | // 2 | // UILabel+EasyExtend.m 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-6. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "UILabel+EasyExtend.h" 10 | 11 | @implementation UILabel (EasyExtend) 12 | 13 | -(CGSize)autoSize{ 14 | return [self.text sizeWithFont:self.font constrainedToSize:self.frame.size lineBreakMode:NSLineBreakByWordWrapping]; 15 | } 16 | @end 17 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UITabBarController+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // UITabBarController+EasyExtend.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | extern NSString *const UITabNormalTextColor; 12 | extern NSString *const UITabSelectedTextColor; 13 | extern NSString *const UITabItemsImageArray; 14 | extern NSString *const UITabItemsSelectedImage; 15 | extern NSString *const UITabItemsNormalImage; 16 | 17 | @interface UITabBarController (EasyExtend) 18 | -(void)setTabBarItemsAttributes:(NSDictionary *)settingDict; 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UIView+EasyExtend.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+EasyExtend.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-5. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface UIView (EasyExtend) 12 | -(CGFloat)bottom; 13 | -(CGFloat)top; 14 | -(CGFloat)left; 15 | -(CGFloat)right; 16 | -(CGFloat)width; 17 | -(CGFloat)height; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/UIView+EasyExtend.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIView+EasyExtend.m 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-5. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "UIView+EasyExtend.h" 10 | 11 | @implementation UIView (EasyExtend) 12 | 13 | -(CGFloat)bottom{ 14 | return self.frame.origin.y + self.frame.size.height; 15 | } 16 | -(CGFloat)top{ 17 | return self.frame.origin.y; 18 | } 19 | -(CGFloat)left{ 20 | return self.frame.origin.x; 21 | } 22 | -(CGFloat)right{ 23 | return self.frame.origin.x + self.frame.size.width; 24 | } 25 | -(CGFloat)width{ 26 | return self.frame.size.width; 27 | } 28 | -(CGFloat)height{ 29 | return self.frame.size.height; 30 | } 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Lib/pinyin.h: -------------------------------------------------------------------------------- 1 | /* 2 | * pinyin.h 3 | * Chinese Pinyin First Letter 4 | * 5 | * Created by George on 4/21/10. 6 | * Copyright 2010 RED/SAFI. All rights reserved. 7 | * 8 | */ 9 | #import 10 | @interface HTFirstLetter : NSObject 11 | 12 | + (char)pinyinFirstLetter:(unsigned short )hanzi; 13 | //获取汉字首字母,如果参数既不是汉字也不是英文字母,则返回 @“#” 14 | + (NSString *)firstLetter:(NSString *)chineseString; 15 | 16 | //返回参数中所有汉字的首字母,遇到其他字符,则用 # 替换 17 | + (NSString *)firstLetters:(NSString *)chineseString; 18 | 19 | @end -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Tools/ImageTool.h: -------------------------------------------------------------------------------- 1 | // 2 | // ImageTool.h 3 | // Schedule 4 | // 5 | // Created by 石建交 on 14-1-30. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | @interface ImageTool : NSObject 11 | + (ImageTool *)sharedInstance; 12 | //压缩图片 13 | + (UIImage*)imageWithImageSimple:(UIImage*)image scaledToWidth:(CGFloat)newWidth; 14 | + (void)saveImage:(UIImage *)tempImage WithName:(NSString *)imageName; 15 | + (void)savePhotosAlbum:(UIImage *)image; 16 | +(void)deleteFileFromPath:(NSString *)path; 17 | +(UIImage *)imageFromString:(NSString *)string inRect:(CGRect)rect; 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Tools/SysTool.h: -------------------------------------------------------------------------------- 1 | // 2 | // SysTool.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-7-1. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "Easy.h" 10 | @interface SysTool : NSObject 11 | + (SysTool *)sharedInstance; 12 | /////////////////////// 13 | //发送邮件 14 | + (void)sendMail:(NSString *)mail; 15 | //打电话 16 | + (void)makePhoneCall:(NSString *)tel; 17 | //发短信 18 | + (void)sendSMS:(NSString *)tel; 19 | //打开URL 20 | + (void)openURLWithSafari:(NSString *)url; 21 | //计算字符个数 22 | + (int)countWords:(NSString *)s; 23 | //屏幕截图,并保存到相册 24 | + (void)saveImageFromToPhotosAlbum:(UIView *)view; 25 | - (void)imageSavedToPhotosAlbum:(UIImage *)image didFinishSavingWithError:(NSError *)error contextInfo:(void *)contextInfo; 26 | 27 | //获取文件夹大小 28 | + (NSString *)getFolderSize:(long long)size; 29 | + (long long)folderSizeAtPath:(NSString *)folderPath; 30 | + (void)deleteAll:(NSString *)cachePath; 31 | 32 | //sha256加密 33 | +(NSString *)getSha256String:( NSString *)srcString; 34 | @end 35 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/EzMiButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // EzMiButton.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-28. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "EzUILabel.h" 10 | 11 | typedef enum 12 | { 13 | IMAGE_LEFT_FLOAT =0, 14 | IMAGE_RIGHT_FLOAT =1, 15 | IMAGE_LEFT_FIX =2, 16 | IMAGE_RIGHT_FIX =3, 17 | IMAGE_TOP =4, 18 | IMAGE_BOTTOM =5, 19 | } EzMiButtonImagePosition; 20 | 21 | 22 | @interface EzMiButton : UIButton 23 | @property(nonatomic,retain)UIImageView *miImageView; 24 | @property(nonatomic,retain)UILabel *miTextLabel; 25 | @property (nonatomic,assign) EzMiButtonImagePosition miPosition; 26 | @property(nonatomic,assign) NSUInteger spaceing; 27 | -(void)setImage:(UIImage *)image; 28 | -(void)setTitle:(NSString *)title fontSize:(CGFloat)size; 29 | @end 30 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/EzUILabel.h: -------------------------------------------------------------------------------- 1 | // 2 | // EzUILabel.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "Easy.h" 11 | @interface EzUILabel : UILabel 12 | @property(nonatomic,assign)BOOL isWithStrikeThrough; 13 | @end 14 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/EzUITapGestureRecognizer.h: -------------------------------------------------------------------------------- 1 | // 2 | // EzUITapGestureRecognizer.h 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-14. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface EzUITapGestureRecognizer : UITapGestureRecognizer 12 | @property(nonatomic,retain) id object; 13 | @end 14 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/EzUITapGestureRecognizer.m: -------------------------------------------------------------------------------- 1 | // 2 | // EzUITapGestureRecognizer.m 3 | // leway 4 | // 5 | // Created by 朱潮 on 14-6-14. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | #import "EzUITapGestureRecognizer.h" 10 | 11 | @implementation EzUITapGestureRecognizer 12 | 13 | @end 14 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/UIGridView/UIGridView.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIGridView.h 3 | // foodling2 4 | // 5 | // Created by Tanin Na Nakorn on 3/6/12. 6 | // Copyright 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | @protocol UIGridViewDelegate; 11 | @class UIGridViewCell; 12 | 13 | @interface UIGridView : UITableView { 14 | UIGridViewCell *tempCell; 15 | } 16 | 17 | @property (nonatomic, retain) IBOutlet id uiGridViewDelegate; 18 | 19 | - (void) setUp; 20 | - (UIGridViewCell *) dequeueReusableCell; 21 | 22 | - (IBAction) cellPressed:(id) sender; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/UIGridView/UIGridViewCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIGridViewCell.h 3 | // foodling2 4 | // 5 | // Created by Tanin Na Nakorn on 3/6/12. 6 | // Copyright 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface UIGridViewCell : UIView 13 | 14 | @property(nonatomic,assign) NSUInteger rowIndex; 15 | @property(nonatomic,assign) NSUInteger colIndex; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/UIGridView/UIGridViewCell.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIGridViewCell.m 3 | // foodling2 4 | // 5 | // Created by Tanin Na Nakorn on 3/6/12. 6 | // Copyright 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "UIGridViewCell.h" 10 | @implementation UIGridViewCell 11 | 12 | -(id)initWithFrame:(CGRect)frame{ 13 | self = [super initWithFrame:frame]; 14 | if(self){ 15 | self.rowIndex = 0; 16 | self.colIndex = 0; 17 | } 18 | return self; 19 | } 20 | - (void) addSubview:(UIView *)v 21 | { 22 | [super addSubview:v]; 23 | v.exclusiveTouch = NO; 24 | v.userInteractionEnabled = NO; 25 | } 26 | 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/UIGridView/UIGridViewDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIGridViewDelegate.h 3 | // foodling2 4 | // 5 | // Created by Tanin Na Nakorn on 3/6/12. 6 | // Copyright 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | #import "UIGridView.h" 11 | @protocol UIGridViewDelegate 12 | @optional 13 | - (void) gridView:(UIGridView *)grid didSelectRowAt:(NSInteger)rowIndex AndColumnAt:(NSInteger)columnIndex; 14 | @required 15 | - (CGFloat) gridView:(UIGridView *)grid widthForColumnAt:(NSInteger)columnIndex; 16 | - (CGFloat) gridView:(UIGridView *)grid heightForRowAt:(NSInteger)rowIndex; 17 | 18 | - (NSInteger) numberOfColumnsOfGridView:(UIGridView *) grid; 19 | - (NSInteger) numberOfCellsOfGridView:(UIGridView *) grid; 20 | 21 | - (UIGridViewCell *) gridView:(UIGridView *)grid cellForRowAt:(NSInteger)rowIndex AndColumnAt:(NSInteger)columnIndex; 22 | 23 | @end -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/UIGridView/UIGridViewRow.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIGridViewRow.h 3 | // foodling2 4 | // 5 | // Created by Tanin Na Nakorn on 3/6/12. 6 | // Copyright 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | 12 | @interface UIGridViewRow : UITableViewCell { 13 | 14 | } 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/UIGridView/UIGridViewRow.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIGridViewRow.m 3 | // foodling2 4 | // 5 | // Created by Tanin Na Nakorn on 3/6/12. 6 | // Copyright 2012 __MyCompanyName__. All rights reserved. 7 | // 8 | 9 | #import "UIGridViewRow.h" 10 | 11 | 12 | @implementation UIGridViewRow 13 | 14 | 15 | - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier { 16 | self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]; 17 | if (self) { 18 | self.selectionStyle = UITableViewCellSelectionStyleNone; 19 | self.userInteractionEnabled = YES; 20 | } 21 | 22 | return self; 23 | } 24 | 25 | 26 | @end 27 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Easy/Views/VerifyCode/PooCodeView.h: -------------------------------------------------------------------------------- 1 | // 2 | // PooCodeView.h 3 | // Code 4 | // 5 | // Created by crazypoo on 14-4-14. 6 | // Copyright (c) 2014年 crazypoo. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @interface PooCodeView : UIView 12 | @property (nonatomic, retain) NSArray *changeArray; 13 | @property (nonatomic, retain) NSMutableString *changeString; 14 | @property (nonatomic, retain) UILabel *codeLabel; 15 | @property (nonatomic, assign) BOOL showBackgroundColor; 16 | -(void)changeCode; 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/FontAwesome/fontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/FontAwesome/fontAwesome.otf -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/FontHeader.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | #define fontAwesome @"FontAwesome" 4 | #define zocialRegularWebfont @"Zocial-Regular" 5 | #define ionIcons @"Ionicons" 6 | #define foundationIcons @"fontcustom" 7 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/FoundationIcons/foundationIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/FoundationIcons/foundationIcons.ttf -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/IonIcons/ionIcons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/IonIcons/ionIcons.ttf -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/Zocial/zocialRegularWebfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/Zocial/zocialRegularWebfont.ttf -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/FontIcon/fontIconConfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "FontAwesome": { 3 | "ttf":"fontAwesome.otf", 4 | "json":"fontAwesome.json" 5 | }, 6 | "Zocial-Regular": { 7 | "ttf":"zocialRegularWebfont.ttf", 8 | "json":"zocialRegularWebfont.json" 9 | }, 10 | "Ionicons": { 11 | "ttf":"ionIcons.ttf", 12 | "json":"ionIcons.json" 13 | }, 14 | "fontcustom": { 15 | "ttf":"foundationIcons.ttf", 16 | "json":"foundationIcons.json" 17 | }, 18 | } -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MJRefresh/MJRefresh.h: -------------------------------------------------------------------------------- 1 | 2 | #import "MJRefreshFooterView.h" 3 | #import "MJRefreshHeaderView.h" 4 | 5 | typedef enum 6 | { 7 | HEADER_REFRESH =0, 8 | REACH_BOTTOM =1, 9 | } PullLoaderState; 10 | 11 | /** 12 | MJ友情提示: 13 | 1. 添加头部控件的方法 14 | MJRefreshHeaderView *header = [MJRefreshHeaderView header]; 15 | header.scrollView = self.collectionView; // 或者tableView 16 | 17 | 2. 添加尾部控件的方法 18 | MJRefreshFooterView *footer = [MJRefreshFooterView footer]; 19 | footer.scrollView = self.collectionView; // 或者tableView 20 | 21 | 3. 监听刷新控件的状态有2种方式: 22 | * 设置delegate,通过代理方法监听(参考MJCollectionViewController.m) 23 | * 设置block,通过block回调监听(参考MJTableViewController.m) 24 | 25 | 4. 可以在MJRefreshConst.h和MJRefreshConst.m文件中自定义显示的文字内容和文字颜色 26 | 27 | 5. 本框架兼容iOS6\iOS7,iPhone\iPad横竖屏 28 | 29 | 6.为了保证内部不泄露,最好在控制器的dealloc中释放占用的内存 30 | - (void)dealloc 31 | { 32 | [_header free]; 33 | [_footer free]; 34 | } 35 | 36 | 7.自动刷新:调用beginRefreshing可以自动进入下拉刷新状态 37 | 38 | 8.结束刷新 39 | 1> endRefreshing 40 | */ -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MJRefresh/MJRefreshConst.m: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshConst.m 3 | // MJRefresh 4 | // 5 | // Created by mj on 14-1-3. 6 | // Copyright (c) 2014年 itcast. All rights reserved. 7 | // 8 | #import 9 | const CGFloat MJRefreshViewHeight = 64.0; 10 | const CGFloat MJRefreshAnimationDuration = 0.25; 11 | NSString *const MJRefreshFooterPullToRefresh = @"上拉加载更多"; //上拉加载 12 | NSString *const MJRefreshFooterReleaseToRefresh = @"松开加载更多";//释放加载 13 | NSString *const MJRefreshFooterRefreshing = @"正在加载中"; 14 | NSString *const MJRefreshFooterEnd = @"没有更多了"; 15 | 16 | NSString *const MJRefreshHeaderPullToRefresh = @"下拉可以刷新"; //下拉刷新 17 | NSString *const MJRefreshHeaderReleaseToRefresh = @"松开后刷新"; //释放刷新 18 | NSString *const MJRefreshHeaderRefreshing = @"正在刷新中"; //正在刷新 19 | NSString *const MJRefreshHeaderTimeKey = @"MJRefreshHeaderView"; 20 | 21 | NSString *const MJRefreshContentOffset = @"contentOffset"; 22 | NSString *const MJRefreshContentSize = @"contentSize"; -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MJRefresh/MJRefreshFooterView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshTableFooterView.h 3 | // MJRefresh 4 | // 5 | // Created by mj on 13-2-26. 6 | // Copyright (c) 2013年 itcast. All rights reserved. 7 | // 上拉加载更多 8 | 9 | #import "MJRefreshBaseView.h" 10 | 11 | @interface MJRefreshFooterView : MJRefreshBaseView 12 | @property(nonatomic,assign) BOOL isEnd; 13 | + (instancetype)footer; 14 | @end -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MJRefresh/MJRefreshHeaderView.h: -------------------------------------------------------------------------------- 1 | // 2 | // MJRefreshHeaderView.h 3 | // MJRefresh 4 | // 5 | // Created by mj on 13-2-26. 6 | // Copyright (c) 2013年 itcast. All rights reserved. 7 | // 下拉刷新 8 | 9 | #import "MJRefreshBaseView.h" 10 | 11 | @interface MJRefreshHeaderView : MJRefreshBaseView 12 | + (instancetype)header; 13 | @end -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MJRefresh/arrow-down@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/MJRefresh/arrow-down@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MKNetworkKit/Categories/NSDate+RFC1123.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSDate+RFC1123.h 3 | // MKNetworkKit 4 | // 5 | // Created by Marcus Rohrmoser 6 | // http://blog.mro.name/2009/08/nsdateformatter-http-header/ 7 | // http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1 8 | 9 | // No obvious license attached 10 | #import 11 | @interface NSDate (RFC1123) 12 | /** 13 | Convert a RFC1123 'Full-Date' string 14 | (http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1) 15 | into NSDate. 16 | */ 17 | +(NSDate*)dateFromRFC1123:(NSString*)value_; 18 | 19 | /** 20 | Convert NSDate into a RFC1123 'Full-Date' string 21 | (http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1). 22 | */ 23 | -(NSString*)rfc1123String; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/MojoDatabase/AppDatabase.h: -------------------------------------------------------------------------------- 1 | // 2 | // AppDatabase.h 3 | // groove-iphone 4 | // 5 | // Created by Craig Jolicoeur on 5/5/11. 6 | // Copyright 2011 Mojo Tech, LLC. All rights reserved. 7 | // 8 | 9 | #import "MojoDatabase.h" 10 | #import "MojoModel.h" 11 | 12 | @interface AppDatabase : MojoDatabase { 13 | } 14 | 15 | -(id)initWithMigrations; 16 | -(id)initWithMigrations:(BOOL)loggingEnabled; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/Orm/Jastor.h: -------------------------------------------------------------------------------- 1 | // 2 | // Jastor.h 3 | // Jastor 4 | // 5 | // Created by Elad Ossadon on 12/14/11. 6 | // http://devign.me | http://elad.ossadon.com | http://twitter.com/elado 7 | // 8 | #import 9 | @interface Jastor : NSObject 10 | 11 | @property (nonatomic, copy) NSString *objectId; 12 | + (id)objectFromDictionary:(NSDictionary*)dictionary; 13 | 14 | - (id)initWithDictionary:(NSDictionary *)dictionary; 15 | 16 | - (NSMutableDictionary *)toDictionary; 17 | 18 | - (NSDictionary *)map; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/Orm/JastorRuntimeHelper.h: -------------------------------------------------------------------------------- 1 | #import 2 | @interface JastorRuntimeHelper : NSObject { 3 | 4 | } 5 | + (BOOL)isPropertyReadOnly:(Class)klass propertyName:(NSString*)propertyName; 6 | + (Class)propertyClassForPropertyName:(NSString *)propertyName ofClass:(Class)klass; 7 | + (NSArray *)propertyNames:(Class)klass; 8 | 9 | @end 10 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error-black.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error-black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error-black@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/error@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success-black.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success-black@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success-black@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/EasyIOS/Extend/SVProgressHUD/SVProgressHUD.bundle/success@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/Pods/EasyIOS/swift-bridge.h: -------------------------------------------------------------------------------- 1 | // 2 | // swift-bridge.h 3 | // swiftTest 4 | // 5 | // Created by zhuchao on 14-7-15. 6 | // Copyright (c) 2014 year zhuchao. All rights reserved. 7 | // 8 | 9 | #import "Action.h" 10 | #import "Scene.h" 11 | #import "CacheAction.h" 12 | #import "Model.h" 13 | #import "SceneModel.h" 14 | #import "SceneCollectionView.h" 15 | #import "SceneGridView.h" 16 | #import "SceneScrollView.h" 17 | #import "SceneTableView.h" 18 | #import "EzMiButton.h" 19 | #import "EzUITapGestureRecognizer.h" 20 | #import "RTLabel.h" 21 | #import "DialogUtil.h" 22 | #import "Request.h" 23 | 24 | #define HOST_CONFIG 1 25 | //以下配置为调用Action 类必须 配置 26 | #define HOST_URL @"test-leway.zjseek.com.cn:8000" //服务端域名:端口 27 | #define CLIENT @"easyIOS" //自定义客户端识别 28 | #define CODE_KEY @"code" //错误码key,支持路径 如 data/code 29 | #define RIGHT_CODE 0 //正确校验码 30 | #define MSG_KEY @"msg" //消息提示msg,支持路径 如 data/msg 31 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Action.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Action.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/ActionDelegate.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/ActionDelegate.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/AppDatabase.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MojoDatabase/AppDatabase.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/BEVersion.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/BEVersion.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/CacheAction.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/CacheAction.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/DAProgressOverlayView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/DAProgressOverlayView/DAProgressOverlayView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/DialogUtil.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/dialog/DialogUtil.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Easy.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Easy.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EasyKit.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EasyKit.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Easy_Runtime.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/Easy_Runtime.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzCacheProtocol.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzCacheProtocol.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzMiButton.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/EzMiButton.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzSandbox.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzSandbox.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzSingleton.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzSingleton.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzSystemInfo.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzSystemInfo.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzUILabel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/EzUILabel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzUITapGestureRecognizer.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/EzUITapGestureRecognizer.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/EzUserDefaults.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/EzUserDefaults.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/FontHeader.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/FontIcon/FontHeader.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/IconFont.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/FontIcon/IconFont.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/ImageTool.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/ImageTool.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Jastor.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/Orm/Jastor.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/JastorRuntimeHelper.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/Orm/JastorRuntimeHelper.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MBProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/dialog/MBProgressHUD.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MJRefresh.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefresh.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MJRefreshBaseView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshBaseView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MJRefreshConst.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshConst.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MJRefreshFooterView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshFooterView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MJRefreshHeaderView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MJRefresh/MJRefreshHeaderView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MKNetworkEngine.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/MKNetworkEngine.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MKNetworkKit.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/MKNetworkKit.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MKNetworkOperation.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/MKNetworkOperation.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MapEntity.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/MapEntity.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Model.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Model.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MojoDatabase.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MojoDatabase/MojoDatabase.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/MojoModel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MojoDatabase/MojoModel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSArray+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSArray+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSData+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSData+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSData+MKBase64.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSData+MKBase64.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSDate+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSDate+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSDate+RFC1123.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSDate+RFC1123.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSDictionary+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSDictionary+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSDictionary+RequestEncoding.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSDictionary+RequestEncoding.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSNumber+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSNumber+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSObject+BeeNotification.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+BeeNotification.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSObject+EasyJSON.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+EasyJSON.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSObject+EasyProperty.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+EasyProperty.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSObject+EasyTypeConversion.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSObject+EasyTypeConversion.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSString+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSString+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSString+MKNetworkKitAdditions.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/NSString+MKNetworkKitAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/NSURL+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/NSURL+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/PooCodeView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/VerifyCode/PooCodeView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/RTLabel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/RTLabel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Reachability.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Reachability/Reachability.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Request.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Request.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SVProgressHUD.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/SVProgressHUD/SVProgressHUD.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/Scene.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/Scene.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SceneCollectionView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneCollectionView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SceneGridView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneGridView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SceneModel.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneModel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SceneScrollView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneScrollView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SceneTableView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Core/SceneTableView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/StyledPageControl.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/PageControl/StyledPageControl.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SwipeView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/SwipeView/SwipeView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/SysTool.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/SysTool.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/TimeTool.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Tools/TimeTool.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIAlertView+MKNetworkKitAdditions.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/UIAlertView+MKNetworkKitAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIButton+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIButton+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UICKeyChainStore.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/UICKeyChainStore/Lib/UICKeyChainStore.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIColor+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIColor+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIGridView.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridView.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIGridViewCell.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridViewCell.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIGridViewDelegate.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridViewDelegate.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIGridViewRow.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Views/UIGridView/UIGridViewRow.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIImage+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIImage+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIImageView+MKNetworkKitAdditions.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Extend/MKNetworkKit/Categories/UIImageView+MKNetworkKitAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UILabel+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UILabel+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UITabBarController+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UITabBarController+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/UIView+EasyExtend.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/UIView+EasyExtend.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/pinyin.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/Easy/Lib/pinyin.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/EasyIOS/swift-bridge.h: -------------------------------------------------------------------------------- 1 | ../../EasyIOS/swift-bridge.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/RACObjCRuntime.h: -------------------------------------------------------------------------------- 1 | ../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACObjCRuntime.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSArray+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSData+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSFileHandle+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSInvocation+RACTypeParsing.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSNotificationCenter+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACDeallocating.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACDescription.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACKVOWrapper.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACLifting.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACPropertySubscribing.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACSelectorSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACKeyPathUtilities.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSequenceAdditions.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSURLConnection+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSUserDefaults+RACSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACArraySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACArraySequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACBacktrace.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBacktrace.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBehaviorSubject.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBlockTrampoline.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACChannel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACCommand.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACCommand.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACCompoundDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDelegateProxy.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDynamicSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDynamicSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACEXTKeyPathCoding.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACEXTKeyPathCoding.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACEXTScope.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACEXTScope.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACEagerSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEagerSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACEmptySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEmptySequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACEmptySignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEmptySignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACErrorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACErrorSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACEvent.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEvent.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACGroupedSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACImmediateScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACIndexSetSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACKVOChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACKVOChannel.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACKVOTrampoline.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACMulticastConnection.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACPassthroughSubscriber.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler+Subclass.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACQueueScheduler+Subclass.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACQueueScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACReplaySubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACReplaySubject.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACReturnSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACReturnSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScopedDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSerialDisposable.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignal+Operations.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignal.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSignalSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignalSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACStream.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStream.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACStringSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStringSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubject.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriber.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriptionScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTargetQueueScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACTestScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTestScheduler.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACTuple.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTuple.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACTupleSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTupleSequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACUnarySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnarySequence.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACUnit.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnit.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACValueTransformer.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACValueTransformer.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/RACmetamacros.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/extobjc/RACmetamacros.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/ReactiveCocoa.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/ReactiveCocoa.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIActionSheet+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIAlertView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIButton+RACCommandSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIControl+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIDatePicker+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISlider+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIStepper+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISwitch+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewCell+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITextField+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Headers/ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITextView+RACSignalSupport.h -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Manifest.lock: -------------------------------------------------------------------------------- 1 | PODS: 2 | - EasyIOS (2.0): 3 | - EasyIOS/Easy 4 | - EasyIOS/Easy (2.0): 5 | - ReactiveCocoa 6 | - ReactiveCocoa (2.3.1): 7 | - ReactiveCocoa/UI 8 | - ReactiveCocoa/Core (2.3.1): 9 | - ReactiveCocoa/no-arc 10 | - ReactiveCocoa/no-arc (2.3.1) 11 | - ReactiveCocoa/UI (2.3.1): 12 | - ReactiveCocoa/Core 13 | 14 | DEPENDENCIES: 15 | - EasyIOS (~> 2.0) 16 | 17 | SPEC CHECKSUMS: 18 | EasyIOS: 31d4643af90147fef9341ea63e720cf3ff80af66 19 | ReactiveCocoa: dca75777b9d18990c8714a3a6f2149f29b4d1462 20 | 21 | COCOAPODS: 0.33.1 22 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EAIntroView-Private.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Pods-EAIntroView.xcconfig" 2 | GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 3 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/EAIntroView" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/EAIntroView" "${PODS_ROOT}/Headers/EasyIOS" "${PODS_ROOT}/Headers/ReactiveCocoa" "${PODS_ROOT}/Headers/ReactiveCocoa/ReactiveCocoa" "${PODS_ROOT}/Headers/pop" 4 | OTHER_LDFLAGS = -ObjC 5 | PODS_ROOT = ${SRCROOT} -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EAIntroView-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_EAIntroView : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_EAIntroView 5 | @end 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EAIntroView-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | #import "Pods-environment.h" 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EAIntroView.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/Pods-EAIntroView.xcconfig -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EasyIOS-Private.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Pods-EasyIOS.xcconfig" 2 | CLANG_CXX_LANGUAGE_STANDARD = ${PODS_EASYIOS_CLANG_CXX_LANGUAGE_STANDARD} 3 | CLANG_CXX_LIBRARY = ${PODS_EASYIOS_CLANG_CXX_LIBRARY} 4 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = ${PODS_EASYIOS_CLANG_WARN_DIRECT_OBJC_ISA_USAGE} 5 | GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 6 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/EasyIOS" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/EasyIOS" "${PODS_ROOT}/Headers/ReactiveCocoa" "${PODS_ROOT}/Headers/ReactiveCocoa/ReactiveCocoa" ${PODS_EASYIOS_HEADER_SEARCH_PATHS} 7 | OTHER_LDFLAGS = -ObjC ${PODS_EASYIOS_OTHER_LDFLAGS} 8 | PODS_ROOT = ${SRCROOT} -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EasyIOS-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_EasyIOS : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_EasyIOS 5 | @end 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EasyIOS-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | #import "Pods-environment.h" 6 | #import "swift-bridge.h" 7 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-EasyIOS.xcconfig: -------------------------------------------------------------------------------- 1 | PODS_EASYIOS_CLANG_CXX_LANGUAGE_STANDARD = gnu++0x 2 | PODS_EASYIOS_CLANG_CXX_LIBRARY = libstdc++ 3 | PODS_EASYIOS_CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES 4 | PODS_EASYIOS_HEADER_SEARCH_PATHS = $(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2 5 | PODS_EASYIOS_OTHER_LDFLAGS = -lsqlite3 -lstdc++ -lz.1.1.3 -framework CoreFoundation -framework CoreGraphics -framework Foundation -framework Security -framework UIKit -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-ReactiveCocoa-Private.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Pods-ReactiveCocoa.xcconfig" 2 | GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 3 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/ReactiveCocoa" "${PODS_ROOT}/BuildHeaders/ReactiveCocoa/ReactiveCocoa" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/EasyIOS" "${PODS_ROOT}/Headers/ReactiveCocoa" "${PODS_ROOT}/Headers/ReactiveCocoa/ReactiveCocoa" 4 | OTHER_LDFLAGS = -ObjC 5 | PODS_ROOT = ${SRCROOT} -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-ReactiveCocoa-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_ReactiveCocoa : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_ReactiveCocoa 5 | @end 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-ReactiveCocoa-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | #import "Pods-environment.h" 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-ReactiveCocoa.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/Pods/Pods-ReactiveCocoa.xcconfig -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods : NSObject 3 | @end 4 | @implementation PodsDummy_Pods 5 | @end 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-pop-Private.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Pods-pop.xcconfig" 2 | CLANG_CXX_LANGUAGE_STANDARD = ${PODS_POP_CLANG_CXX_LANGUAGE_STANDARD} 3 | CLANG_CXX_LIBRARY = ${PODS_POP_CLANG_CXX_LIBRARY} 4 | GCC_PREPROCESSOR_DEFINITIONS = COCOAPODS=1 5 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/BuildHeaders" "${PODS_ROOT}/BuildHeaders/pop" "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/EAIntroView" "${PODS_ROOT}/Headers/EasyIOS" "${PODS_ROOT}/Headers/ReactiveCocoa" "${PODS_ROOT}/Headers/ReactiveCocoa/ReactiveCocoa" "${PODS_ROOT}/Headers/pop" 6 | OTHER_LDFLAGS = -ObjC ${PODS_POP_OTHER_LDFLAGS} 7 | PODS_ROOT = ${SRCROOT} -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-pop-dummy.m: -------------------------------------------------------------------------------- 1 | #import 2 | @interface PodsDummy_Pods_pop : NSObject 3 | @end 4 | @implementation PodsDummy_Pods_pop 5 | @end 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-pop-prefix.pch: -------------------------------------------------------------------------------- 1 | #ifdef __OBJC__ 2 | #import 3 | #endif 4 | 5 | #import "Pods-environment.h" 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods-pop.xcconfig: -------------------------------------------------------------------------------- 1 | PODS_POP_CLANG_CXX_LANGUAGE_STANDARD = c++11 2 | PODS_POP_CLANG_CXX_LIBRARY = libc++ 3 | PODS_POP_OTHER_LDFLAGS = -lc++ -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods.xcconfig: -------------------------------------------------------------------------------- 1 | CLANG_CXX_LANGUAGE_STANDARD = gnu++0x 2 | CLANG_CXX_LIBRARY = libstdc++ 3 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES 4 | GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 5 | HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/EasyIOS" "${PODS_ROOT}/Headers/ReactiveCocoa" "${PODS_ROOT}/Headers/ReactiveCocoa/ReactiveCocoa" $(SDKROOT)/usr/include/libz, $(SDKROOT)/usr/include/libxml2 6 | OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers" -isystem "${PODS_ROOT}/Headers/EasyIOS" -isystem "${PODS_ROOT}/Headers/ReactiveCocoa" -isystem "${PODS_ROOT}/Headers/ReactiveCocoa/ReactiveCocoa" 7 | OTHER_LDFLAGS = -ObjC -lsqlite3 -lstdc++ -lz.1.1.3 -framework CoreFoundation -framework CoreGraphics -framework Foundation -framework Security -framework UIKit 8 | PODS_ROOT = ${SRCROOT}/Pods -------------------------------------------------------------------------------- /demoForRACSwift/Pods/Pods.xcodeproj/xcuserdata/huwei.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | Pods-EasyIOS.xcscheme 8 | 9 | isShown 10 | 11 | 12 | Pods-ReactiveCocoa.xcscheme 13 | 14 | isShown 15 | 16 | 17 | Pods.xcscheme 18 | 19 | isShown 20 | 21 | 22 | 23 | SuppressBuildableAutocreation 24 | 25 | 1AE662DA14BA4A168B7575D0 26 | 27 | primary 28 | 29 | 30 | 69CD1908E65F423493F41939 31 | 32 | primary 33 | 34 | 35 | DB64A0E782F7448387E47AD7 36 | 37 | primary 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSArray+RACSequenceAdditions.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSequence; 12 | 13 | @interface NSArray (RACSequenceAdditions) 14 | 15 | /// Creates and returns a sequence corresponding to the receiver. 16 | /// 17 | /// Mutating the receiver will not affect the sequence after it's been created. 18 | @property (nonatomic, copy, readonly) RACSequence *rac_sequence; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSArray+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSArray+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "NSArray+RACSequenceAdditions.h" 10 | #import "RACArraySequence.h" 11 | 12 | @implementation NSArray (RACSequenceAdditions) 13 | 14 | - (RACSequence *)rac_sequence { 15 | return [RACArraySequence sequenceWithArray:self offset:0]; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSData+RACSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSData+RACSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 5/11/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACScheduler; 12 | @class RACSignal; 13 | 14 | @interface NSData (RACSupport) 15 | 16 | // Read the data at the URL using -[NSData initWithContentsOfURL:options:error:]. 17 | // Sends the data or the error. 18 | // 19 | // scheduler - cannot be nil. 20 | + (RACSignal *)rac_readContentsOfURL:(NSURL *)URL options:(NSDataReadingOptions)options scheduler:(RACScheduler *)scheduler; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSDictionary+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSDictionary+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "NSDictionary+RACSequenceAdditions.h" 10 | #import "NSArray+RACSequenceAdditions.h" 11 | #import "RACSequence.h" 12 | #import "RACTuple.h" 13 | 14 | @implementation NSDictionary (RACSequenceAdditions) 15 | 16 | - (RACSequence *)rac_sequence { 17 | NSDictionary *immutableDict = [self copy]; 18 | 19 | // TODO: First class support for dictionary sequences. 20 | return [immutableDict.allKeys.rac_sequence map:^(id key) { 21 | id value = immutableDict[key]; 22 | return [RACTuple tupleWithObjects:key, value, nil]; 23 | }]; 24 | } 25 | 26 | - (RACSequence *)rac_keySequence { 27 | return self.allKeys.rac_sequence; 28 | } 29 | 30 | - (RACSequence *)rac_valueSequence { 31 | return self.allValues.rac_sequence; 32 | } 33 | 34 | @end 35 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSEnumerator+RACSequenceAdditions.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 07/01/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSequence; 12 | 13 | @interface NSEnumerator (RACSequenceAdditions) 14 | 15 | /// Creates and returns a sequence corresponding to the receiver. 16 | /// 17 | /// The receiver is exhausted lazily as the sequence is enumerated. 18 | @property (nonatomic, copy, readonly) RACSequence *rac_sequence; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSEnumerator+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 07/01/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "NSEnumerator+RACSequenceAdditions.h" 10 | #import "RACSequence.h" 11 | 12 | @implementation NSEnumerator (RACSequenceAdditions) 13 | 14 | - (RACSequence *)rac_sequence { 15 | return [RACSequence sequenceWithHeadBlock:^{ 16 | return [self nextObject]; 17 | } tailBlock:^{ 18 | return self.rac_sequence; 19 | }]; 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSFileHandle+RACSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 5/10/12. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | @interface NSFileHandle (RACSupport) 14 | 15 | // Read any available data in the background and send it. Completes when data 16 | // length is <= 0. 17 | - (RACSignal *)rac_readInBackground; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSIndexSet+RACSequenceAdditions.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Sergey Gavrilyuk on 12/17/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSequence; 12 | 13 | @interface NSIndexSet (RACSequenceAdditions) 14 | 15 | /// Creates and returns a sequence of indexes (as `NSNumber`s) corresponding to 16 | /// the receiver. 17 | /// 18 | /// Mutating the receiver will not affect the sequence after it's been created. 19 | @property (nonatomic, copy, readonly) RACSequence *rac_sequence; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSIndexSet+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Sergey Gavrilyuk on 12/17/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "NSIndexSet+RACSequenceAdditions.h" 10 | #import "RACIndexSetSequence.h" 11 | 12 | @implementation NSIndexSet (RACSequenceAdditions) 13 | 14 | - (RACSequence *)rac_sequence { 15 | return [RACIndexSetSequence sequenceWithIndexSet:self]; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSNotificationCenter+RACSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSNotificationCenter+RACSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 5/10/12. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | @interface NSNotificationCenter (RACSupport) 14 | 15 | // Sends the NSNotification every time the notification is posted. 16 | - (RACSignal *)rac_addObserverForName:(NSString *)notificationName object:(id)object; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSObject+RACDescription.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSObject+RACDescription.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-05-13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // A private category providing a terser but faster alternative to -description. 12 | @interface NSObject (RACDescription) 13 | 14 | // A simplified description of the receiver, which does not invoke -description 15 | // (and thus should be much faster in many cases). 16 | // 17 | // This is for debugging purposes only, and will return a constant string 18 | // unless the RAC_DEBUG_SIGNAL_NAMES environment variable is set. 19 | - (NSString *)rac_description; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSOrderedSet+RACSequenceAdditions.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSequence; 12 | 13 | @interface NSOrderedSet (RACSequenceAdditions) 14 | 15 | /// Creates and returns a sequence corresponding to the receiver. 16 | /// 17 | /// Mutating the receiver will not affect the sequence after it's been created. 18 | @property (nonatomic, copy, readonly) RACSequence *rac_sequence; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSOrderedSet+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "NSOrderedSet+RACSequenceAdditions.h" 10 | #import "NSArray+RACSequenceAdditions.h" 11 | 12 | @implementation NSOrderedSet (RACSequenceAdditions) 13 | 14 | - (RACSequence *)rac_sequence { 15 | // TODO: First class support for ordered set sequences. 16 | return self.array.rac_sequence; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSSet+RACSequenceAdditions.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSequence; 12 | 13 | @interface NSSet (RACSequenceAdditions) 14 | 15 | /// Creates and returns a sequence corresponding to the receiver. 16 | /// 17 | /// Mutating the receiver will not affect the sequence after it's been created. 18 | @property (nonatomic, copy, readonly) RACSequence *rac_sequence; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSSet+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "NSSet+RACSequenceAdditions.h" 10 | #import "NSArray+RACSequenceAdditions.h" 11 | 12 | @implementation NSSet (RACSequenceAdditions) 13 | 14 | - (RACSequence *)rac_sequence { 15 | // TODO: First class support for set sequences. 16 | return self.allObjects.rac_sequence; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+RACSequenceAdditions.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSequence; 12 | 13 | @interface NSString (RACSequenceAdditions) 14 | 15 | /// Creates and returns a sequence containing strings corresponding to each 16 | /// composed character sequence in the receiver. 17 | /// 18 | /// Mutating the receiver will not affect the sequence after it's been created. 19 | @property (nonatomic, copy, readonly) RACSequence *rac_sequence; 20 | 21 | @end 22 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSequenceAdditions.m: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+RACSequenceAdditions.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "NSString+RACSequenceAdditions.h" 10 | #import "RACStringSequence.h" 11 | 12 | @implementation NSString (RACSequenceAdditions) 13 | 14 | - (RACSequence *)rac_sequence { 15 | return [RACStringSequence sequenceWithString:self offset:0]; 16 | } 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSString+RACSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSString+RACSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 5/11/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACScheduler; 12 | @class RACSignal; 13 | 14 | @interface NSString (RACSupport) 15 | 16 | // Reads in the contents of the file using +[NSString stringWithContentsOfURL:usedEncoding:error:]. 17 | // Note that encoding won't be valid until the signal completes successfully. 18 | // 19 | // scheduler - cannot be nil. 20 | + (RACSignal *)rac_readContentsOfURL:(NSURL *)URL usedEncoding:(NSStringEncoding *)encoding scheduler:(RACScheduler *)scheduler; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSURLConnection+RACSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-10-01. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | @interface NSURLConnection (RACSupport) 14 | 15 | // Lazily loads data for the given request in the background. 16 | // 17 | // request - The URL request to load. This must not be nil. 18 | // 19 | // Returns a signal which will begin loading the request upon each subscription, 20 | // then send a `RACTuple` of the received `NSURLResponse` and downloaded 21 | // `NSData`, and complete on a background thread. If any errors occur, the 22 | // returned signal will error out. 23 | + (RACSignal *)rac_sendAsynchronousRequest:(NSURLRequest *)request; 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // NSUserDefaults+RACSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Matt Diephouse on 12/19/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | 13 | @interface NSUserDefaults (RACSupport) 14 | 15 | /// Creates and returns a terminal for binding the user defaults key. 16 | /// 17 | /// **Note:** The value in the user defaults is *asynchronously* updated with 18 | /// values sent to the channel. 19 | /// 20 | /// key - The user defaults key to create the channel terminal for. 21 | /// 22 | /// Returns a channel terminal that sends the value of the user defaults key 23 | /// upon subscription, sends an updated value whenever the default changes, and 24 | /// updates the default asynchronously with values it receives. 25 | - (RACChannelTerminal *)rac_channelTerminalForKey:(NSString *)key; 26 | 27 | @end 28 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACArraySequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACArraySequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class that adapts an array to the RACSequence interface. 12 | @interface RACArraySequence : RACSequence 13 | 14 | // Returns a sequence for enumerating over the given array, starting from the 15 | // given offset. The array will be copied to prevent mutation. 16 | + (instancetype)sequenceWithArray:(NSArray *)array offset:(NSUInteger)offset; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACBehaviorSubject.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACBehaviorSubject.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/16/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSubject.h" 10 | 11 | /// A behavior subject sends the last value it received when it is subscribed to. 12 | @interface RACBehaviorSubject : RACSubject 13 | 14 | /// Creates a new behavior subject with a default value. If it hasn't received 15 | /// any values when it gets subscribed to, it sends the default value. 16 | + (instancetype)behaviorSubjectWithDefaultValue:(id)value; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACCompoundDisposableProvider.d: -------------------------------------------------------------------------------- 1 | provider RACCompoundDisposable { 2 | probe added(char *compoundDisposable, char *disposable, long newTotal); 3 | probe removed(char *compoundDisposable, char *disposable, long newTotal); 4 | }; 5 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDelegateProxy.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACDelegateProxy.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Cody Krieger on 5/19/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | // A private delegate object suitable for using 14 | // -rac_signalForSelector:fromProtocol: upon. 15 | @interface RACDelegateProxy : NSObject 16 | 17 | // The delegate to which messages should be forwarded if not handled by 18 | // any -signalForSelector: applications. 19 | @property (nonatomic, unsafe_unretained) id rac_proxiedDelegate; 20 | 21 | // Creates a delegate proxy capable of responding to selectors from `protocol`. 22 | - (instancetype)initWithProtocol:(Protocol *)protocol; 23 | 24 | // Calls -rac_signalForSelector:fromProtocol: using the `protocol` specified 25 | // during initialization. 26 | - (RACSignal *)signalForSelector:(SEL)selector; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDynamicSequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACDynamicSequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class that implements a sequence dynamically using blocks. 12 | @interface RACDynamicSequence : RACSequence 13 | 14 | // Returns a sequence which evaluates `dependencyBlock` only once, the first 15 | // time either `headBlock` or `tailBlock` is evaluated. The result of 16 | // `dependencyBlock` will be passed into `headBlock` and `tailBlock` when 17 | // invoked. 18 | + (RACSequence *)sequenceWithLazyDependency:(id (^)(void))dependencyBlock headBlock:(id (^)(id dependency))headBlock tailBlock:(RACSequence *(^)(id dependency))tailBlock; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACDynamicSignal.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACDynamicSignal.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-10-10. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSignal.h" 10 | 11 | // A private `RACSignal` subclasses that implements its subscription behavior 12 | // using a block. 13 | @interface RACDynamicSignal : RACSignal 14 | 15 | + (RACSignal *)createSignal:(RACDisposable * (^)(id subscriber))didSubscribe; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEagerSequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACEagerSequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 02/01/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACArraySequence.h" 10 | 11 | // Private class that implements an eager sequence. 12 | @interface RACEagerSequence : RACArraySequence 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEmptySequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACEmptySequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class representing an empty sequence. 12 | @interface RACEmptySequence : RACSequence 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACEmptySignal.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACEmptySignal.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-10-10. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSignal.h" 10 | 11 | // A private `RACSignal` subclasses that synchronously sends completed to any 12 | // subscribers. 13 | @interface RACEmptySignal : RACSignal 14 | 15 | + (RACSignal *)empty; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACErrorSignal.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACErrorSignal.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-10-10. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSignal.h" 10 | 11 | // A private `RACSignal` subclasses that synchronously sends an error to any 12 | // subscribers. 13 | @interface RACErrorSignal : RACSignal 14 | 15 | + (RACSignal *)error:(NSError *)error; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACGroupedSignal.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACGroupedSignal.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 5/2/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSubject.h" 10 | 11 | /// A grouped signal is used by -[RACSignal groupBy:transform:]. 12 | @interface RACGroupedSignal : RACSubject 13 | 14 | /// The key shared by the group. 15 | @property (nonatomic, readonly, copy) id key; 16 | 17 | + (instancetype)signalWithKey:(id)key; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACGroupedSignal.m: -------------------------------------------------------------------------------- 1 | // 2 | // RACGroupedSignal.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 5/2/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACGroupedSignal.h" 10 | 11 | @interface RACGroupedSignal () 12 | @property (nonatomic, copy) id key; 13 | @end 14 | 15 | @implementation RACGroupedSignal 16 | 17 | #pragma mark API 18 | 19 | + (instancetype)signalWithKey:(id)key { 20 | RACGroupedSignal *subject = [self subject]; 21 | subject.key = key; 22 | return subject; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACImmediateScheduler.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACImmediateScheduler.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 11/30/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACScheduler.h" 10 | 11 | // A private scheduler which immediately executes its scheduled blocks. 12 | @interface RACImmediateScheduler : RACScheduler 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACIndexSetSequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACIndexSetSequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Sergey Gavrilyuk on 12/18/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class that adapts an array to the RACSequence interface. 12 | @interface RACIndexSetSequence : RACSequence 13 | 14 | + (instancetype)sequenceWithIndexSet:(NSIndexSet *)indexSet; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACMulticastConnection+Private.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACMulticastConnection+Private.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 4/11/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACMulticastConnection.h" 10 | 11 | @class RACSubject; 12 | 13 | @interface RACMulticastConnection () 14 | 15 | - (id)initWithSourceSignal:(RACSignal *)source subject:(RACSubject *)subject; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACObjCRuntime.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACObjCRuntime.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Cody Krieger on 5/19/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // A private class containing wrappers to runtime functions. 12 | @interface RACObjCRuntime : NSObject 13 | 14 | // Invokes objc_allocateClassPair(). Can be called from ARC code. 15 | + (Class)createClass:(const char *)className inheritingFromClass:(Class)superclass; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACObjCRuntime.m: -------------------------------------------------------------------------------- 1 | // 2 | // RACObjCRuntime.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Cody Krieger on 5/19/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACObjCRuntime.h" 10 | #import 11 | 12 | #if __has_feature(objc_arc) 13 | #error "This file must be compiled without ARC." 14 | #endif 15 | 16 | @implementation RACObjCRuntime 17 | 18 | + (Class)createClass:(const char *)className inheritingFromClass:(Class)superclass { 19 | return objc_allocateClassPair(superclass, className, 0); 20 | } 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACQueueScheduler.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACQueueScheduler.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 11/30/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACScheduler.h" 10 | 11 | /// An abstract scheduler which asynchronously enqueues all its work to a Grand 12 | /// Central Dispatch queue. 13 | /// 14 | /// Because RACQueueScheduler is abstract, it should not be instantiated 15 | /// directly. Create a subclass using the `RACQueueScheduler+Subclass.h` 16 | /// interface and use that instead. 17 | @interface RACQueueScheduler : RACScheduler 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACReplaySubject.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACReplaySubject.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/14/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSubject.h" 10 | 11 | extern const NSUInteger RACReplaySubjectUnlimitedCapacity; 12 | 13 | /// A replay subject saves the values it is sent (up to its defined capacity) 14 | /// and resends those to new subscribers. It will also replay an error or 15 | /// completion. 16 | @interface RACReplaySubject : RACSubject 17 | 18 | /// Creates a new replay subject with the given capacity. A capacity of 19 | /// RACReplaySubjectUnlimitedCapacity means values are never trimmed. 20 | + (instancetype)replaySubjectWithCapacity:(NSUInteger)capacity; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACReturnSignal.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACReturnSignal.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-10-10. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSignal.h" 10 | 11 | // A private `RACSignal` subclasses that synchronously sends a value to any 12 | // subscribers, then completes. 13 | @interface RACReturnSignal : RACSignal 14 | 15 | + (RACSignal *)return:(id)value; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScopedDisposable.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACScopedDisposable.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/28/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACDisposable.h" 10 | 11 | /// A disposable that calls its own -dispose when it is dealloc'd. 12 | @interface RACScopedDisposable : RACDisposable 13 | 14 | /// Creates a new scoped disposable that will also dispose of the given 15 | /// disposable when it is dealloc'd. 16 | + (instancetype)scopedDisposableWithDisposable:(RACDisposable *)disposable; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACScopedDisposable.m: -------------------------------------------------------------------------------- 1 | // 2 | // RACScopedDisposable.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/28/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACScopedDisposable.h" 10 | 11 | @implementation RACScopedDisposable 12 | 13 | #pragma mark Lifecycle 14 | 15 | + (instancetype)scopedDisposableWithDisposable:(RACDisposable *)disposable { 16 | return [self disposableWithBlock:^{ 17 | [disposable dispose]; 18 | }]; 19 | } 20 | 21 | - (void)dealloc { 22 | [self dispose]; 23 | } 24 | 25 | #pragma mark RACDisposable 26 | 27 | - (RACScopedDisposable *)asScopedDisposable { 28 | // totally already are 29 | return self; 30 | } 31 | 32 | @end 33 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignalProvider.d: -------------------------------------------------------------------------------- 1 | provider RACSignal { 2 | probe next(char *signal, char *subscriber, char *valueDescription); 3 | probe completed(char *signal, char *subscriber); 4 | probe error(char *signal, char *subscriber, char *errorDescription); 5 | }; 6 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSignalSequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACSignalSequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-11-09. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | @class RACSignal; 12 | 13 | // Private class that adapts a RACSignal to the RACSequence interface. 14 | @interface RACSignalSequence : RACSequence 15 | 16 | // Returns a sequence for enumerating over the given signal. 17 | + (RACSequence *)sequenceWithSignal:(RACSignal *)signal; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStream+Private.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACStream+Private.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-07-22. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACStream.h" 10 | 11 | @interface RACStream () 12 | 13 | // Combines a list of streams using the logic of the given block. 14 | // 15 | // streams - The streams to combine. 16 | // block - An operator that combines two streams and returns a new one. The 17 | // returned stream should contain 2-tuples of the streams' combined 18 | // values. 19 | // 20 | // Returns a combined stream. 21 | + (instancetype)join:(id)streams block:(RACStream * (^)(id, id))block; 22 | 23 | @end 24 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACStringSequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACStringSequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2012-10-29. 6 | // Copyright (c) 2012 GitHub. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class that adapts a string to the RACSequence interface. 12 | @interface RACStringSequence : RACSequence 13 | 14 | // Returns a sequence for enumerating over the given string, starting from the 15 | // given character offset. The string will be copied to prevent mutation. 16 | + (RACSequence *)sequenceWithString:(NSString *)string offset:(NSUInteger)offset; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubject.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACSubject.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/9/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSignal.h" 10 | #import "RACSubscriber.h" 11 | 12 | /// A subject can be thought of as a signal that you can manually control by 13 | /// sending next, completed, and error. 14 | /// 15 | /// They're most helpful in bridging the non-RAC world to RAC, since they let you 16 | /// manually control the sending of events. 17 | @interface RACSubject : RACSignal 18 | 19 | /// Returns a new subject. 20 | + (instancetype)subject; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriber+Private.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACSubscriber+Private.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-06-13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSubscriber.h" 10 | 11 | // A simple block-based subscriber. 12 | @interface RACSubscriber : NSObject 13 | 14 | // Creates a new subscriber with the given blocks. 15 | + (instancetype)subscriberWithNext:(void (^)(id x))next error:(void (^)(NSError *error))error completed:(void (^)(void))completed; 16 | 17 | @end 18 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACSubscriptionScheduler.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 11/30/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACScheduler.h" 10 | 11 | // A private scheduler used only for subscriptions. See the private 12 | // +[RACScheduler subscriptionScheduler] method for more information. 13 | @interface RACSubscriptionScheduler : RACScheduler 14 | 15 | @end 16 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACTargetQueueScheduler.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 6/6/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACQueueScheduler.h" 10 | 11 | /// A scheduler that enqueues blocks on a private serial queue, targeting an 12 | /// arbitrary GCD queue. 13 | @interface RACTargetQueueScheduler : RACQueueScheduler 14 | 15 | /// Initializes the receiver with a serial queue that will target the given 16 | /// `targetQueue`. 17 | /// 18 | /// name - The name of the scheduler. If nil, a default name will be used. 19 | /// targetQueue - The queue to target. Cannot be NULL. 20 | /// 21 | /// Returns the initialized object. 22 | - (id)initWithName:(NSString *)name targetQueue:(dispatch_queue_t)targetQueue; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACTupleSequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACTupleSequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-05-01. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class that adapts a RACTuple to the RACSequence interface. 12 | @interface RACTupleSequence : RACSequence 13 | 14 | // Returns a sequence for enumerating over the given backing array (from a 15 | // RACTuple), starting from the given offset. 16 | + (instancetype)sequenceWithTupleBackingArray:(NSArray *)backingArray offset:(NSUInteger)offset; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnarySequence.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACUnarySequence.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-05-01. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACSequence.h" 10 | 11 | // Private class representing a sequence of exactly one value. 12 | @interface RACUnarySequence : RACSequence 13 | 14 | @end 15 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnit.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACUnit.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/27/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | /// A unit represents an empty value. 12 | /// 13 | /// It should never be necessary to create a unit yourself. Just use +defaultUnit. 14 | @interface RACUnit : NSObject 15 | 16 | /// A singleton instance. 17 | + (RACUnit *)defaultUnit; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACUnit.m: -------------------------------------------------------------------------------- 1 | // 2 | // RACUnit.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/27/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACUnit.h" 10 | 11 | @implementation RACUnit 12 | 13 | #pragma mark API 14 | 15 | + (RACUnit *)defaultUnit { 16 | static dispatch_once_t onceToken; 17 | static RACUnit *defaultUnit = nil; 18 | dispatch_once(&onceToken, ^{ 19 | defaultUnit = [[self alloc] init]; 20 | }); 21 | 22 | return defaultUnit; 23 | } 24 | 25 | @end 26 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACValueTransformer.h: -------------------------------------------------------------------------------- 1 | // 2 | // RACValueTransformer.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/6/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | // A private block based transformer. 12 | @interface RACValueTransformer : NSValueTransformer 13 | 14 | + (instancetype)transformerWithBlock:(id (^)(id value))block; 15 | 16 | @end 17 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/RACValueTransformer.m: -------------------------------------------------------------------------------- 1 | // 2 | // RACValueTransformer.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 3/6/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "RACValueTransformer.h" 10 | 11 | @interface RACValueTransformer () 12 | @property (nonatomic, copy) id (^transformBlock)(id value); 13 | @end 14 | 15 | 16 | @implementation RACValueTransformer 17 | 18 | 19 | #pragma mark NSValueTransformer 20 | 21 | + (BOOL)allowsReverseTransformation { 22 | return NO; 23 | } 24 | 25 | - (id)transformedValue:(id)value { 26 | return self.transformBlock(value); 27 | } 28 | 29 | 30 | #pragma mark API 31 | 32 | @synthesize transformBlock; 33 | 34 | + (instancetype)transformerWithBlock:(id (^)(id value))block { 35 | NSCParameterAssert(block != NULL); 36 | 37 | RACValueTransformer *transformer = [[self alloc] init]; 38 | transformer.transformBlock = block; 39 | return transformer; 40 | } 41 | 42 | @end 43 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIBarButtonItem+RACCommandSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Kyle LeNeau on 3/27/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACCommand; 12 | 13 | @interface UIBarButtonItem (RACCommandSupport) 14 | 15 | /// Sets the control's command. When the control is clicked, the command is 16 | /// executed with the sender of the event. The control's enabledness is bound 17 | /// to the command's `canExecute`. 18 | /// 19 | /// Note: this will reset the control's target and action. 20 | @property (nonatomic, strong) RACCommand *rac_command; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIButton+RACCommandSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Ash Furrow on 2013-06-06. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACCommand; 12 | 13 | @interface UIButton (RACCommandSupport) 14 | 15 | /// Sets the button's command. When the button is clicked, the command is 16 | /// executed with the sender of the event. The button's enabledness is bound 17 | /// to the command's `canExecute`. 18 | @property (nonatomic, strong) RACCommand *rac_command; 19 | 20 | @end 21 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UICollectionReusableView+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Kent Wong on 2013-10-04. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | // This category is only applicable to iOS >= 6.0. 14 | @interface UICollectionReusableView (RACSignalSupport) 15 | 16 | /// A signal which will send a RACUnit whenever -prepareForReuse is invoked upon 17 | /// the receiver. 18 | /// 19 | /// Examples 20 | /// 21 | /// [[[self.cancelButton 22 | /// rac_signalForControlEvents:UIControlEventTouchUpInside] 23 | /// takeUntil:self.rac_prepareForReuseSignal] 24 | /// subscribeNext:^(UIButton *x) { 25 | /// // do other things 26 | /// }]; 27 | @property (nonatomic, strong, readonly) RACSignal *rac_prepareForReuseSignal; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIControl+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 4/17/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | @interface UIControl (RACSignalSupport) 14 | 15 | /// Creates and returns a signal that sends the sender of the control event 16 | /// whenever one of the control events is triggered. 17 | - (RACSignal *)rac_signalForControlEvents:(UIControlEvents)controlEvents; 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIDatePicker+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIDatePicker+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | 13 | @interface UIDatePicker (RACSignalSupport) 14 | 15 | /// Creates a new RACChannel-based binding to the receiver. 16 | /// 17 | /// nilValue - The date to set when the terminal receives `nil`. 18 | /// 19 | /// Returns a RACChannelTerminal that sends the receiver's date whenever the 20 | /// UIControlEventValueChanged control event is fired, and sets the date to the 21 | /// values it receives. 22 | - (RACChannelTerminal *)rac_newDateChannelWithNilValue:(NSDate *)nilValue; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIDatePicker+RACSignalSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIDatePicker+RACSignalSupport.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "UIDatePicker+RACSignalSupport.h" 10 | #import "RACEXTKeyPathCoding.h" 11 | #import "UIControl+RACSignalSupportPrivate.h" 12 | 13 | @implementation UIDatePicker (RACSignalSupport) 14 | 15 | - (RACChannelTerminal *)rac_newDateChannelWithNilValue:(NSDate *)nilValue { 16 | return [self rac_channelForControlEvents:UIControlEventValueChanged key:@keypath(self.date) nilValue:nilValue]; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIGestureRecognizer+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Vera on 5/5/13. 6 | // Copyright (c) 2013 GitHub. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | @interface UIGestureRecognizer (RACSignalSupport) 14 | 15 | /// Returns a signal that sends the receiver when its gesture occurs. 16 | - (RACSignal *)rac_gestureSignal; 17 | 18 | @end 19 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIRefreshControl+RACCommandSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Dave Lee on 2013-10-17. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACCommand; 12 | 13 | @interface UIRefreshControl (RACCommandSupport) 14 | 15 | /// Manipulate the RACCommand property associated with this refresh control. 16 | /// 17 | /// When this refresh control is activated by the user, the command will be 18 | /// executed. Upon completion or error of the execution signal, -endRefreshing 19 | /// will be invoked. 20 | @property (nonatomic, strong) RACCommand *rac_command; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UISegmentedControl+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | 13 | @interface UISegmentedControl (RACSignalSupport) 14 | 15 | /// Creates a new RACChannel-based binding to the receiver. 16 | /// 17 | /// nilValue - The segment to select when the terminal receives `nil`. 18 | /// 19 | /// Returns a RACChannelTerminal that sends the receiver's currently selected 20 | /// segment's index whenever the UIControlEventValueChanged control event is 21 | /// fired, and sets the selected segment index to the values it receives. 22 | - (RACChannelTerminal *)rac_newSelectedSegmentIndexChannelWithNilValue:(NSNumber *)nilValue; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISegmentedControl+RACSignalSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // UISegmentedControl+RACSignalSupport.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "UISegmentedControl+RACSignalSupport.h" 10 | #import "RACEXTKeyPathCoding.h" 11 | #import "UIControl+RACSignalSupportPrivate.h" 12 | 13 | @implementation UISegmentedControl (RACSignalSupport) 14 | 15 | - (RACChannelTerminal *)rac_newSelectedSegmentIndexChannelWithNilValue:(NSNumber *)nilValue { 16 | return [self rac_channelForControlEvents:UIControlEventValueChanged key:@keypath(self.selectedSegmentIndex) nilValue:nilValue]; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UISlider+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | 13 | @interface UISlider (RACSignalSupport) 14 | 15 | /// Creates a new RACChannel-based binding to the receiver. 16 | /// 17 | /// nilValue - The value to set when the terminal receives `nil`. 18 | /// 19 | /// Returns a RACChannelTerminal that sends the receiver's value whenever the 20 | /// UIControlEventValueChanged control event is fired, and sets the value to the 21 | /// values it receives. 22 | - (RACChannelTerminal *)rac_newValueChannelWithNilValue:(NSNumber *)nilValue; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISlider+RACSignalSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // UISlider+RACSignalSupport.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "UISlider+RACSignalSupport.h" 10 | #import "RACEXTKeyPathCoding.h" 11 | #import "UIControl+RACSignalSupportPrivate.h" 12 | 13 | @implementation UISlider (RACSignalSupport) 14 | 15 | - (RACChannelTerminal *)rac_newValueChannelWithNilValue:(NSNumber *)nilValue { 16 | return [self rac_channelForControlEvents:UIControlEventValueChanged key:@keypath(self.value) nilValue:nilValue]; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UIStepper+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | 13 | @interface UIStepper (RACSignalSupport) 14 | 15 | /// Creates a new RACChannel-based binding to the receiver. 16 | /// 17 | /// nilValue - The value to set when the terminal receives `nil`. 18 | /// 19 | /// Returns a RACChannelTerminal that sends the receiver's value whenever the 20 | /// UIControlEventValueChanged control event is fired, and sets the value to the 21 | /// values it receives. 22 | - (RACChannelTerminal *)rac_newValueChannelWithNilValue:(NSNumber *)nilValue; 23 | 24 | @end 25 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UIStepper+RACSignalSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // UIStepper+RACSignalSupport.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "UIStepper+RACSignalSupport.h" 10 | #import "RACEXTKeyPathCoding.h" 11 | #import "UIControl+RACSignalSupportPrivate.h" 12 | 13 | @implementation UIStepper (RACSignalSupport) 14 | 15 | - (RACChannelTerminal *)rac_newValueChannelWithNilValue:(NSNumber *)nilValue { 16 | return [self rac_channelForControlEvents:UIControlEventValueChanged key:@keypath(self.value) nilValue:nilValue]; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UISwitch+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | 13 | @interface UISwitch (RACSignalSupport) 14 | 15 | /// Creates a new RACChannel-based binding to the receiver. 16 | /// 17 | /// Returns a RACChannelTerminal that sends whether the receiver is on whenever 18 | /// the UIControlEventValueChanged control event is fired, and sets it on or off 19 | /// when it receives @YES or @NO respectively. 20 | - (RACChannelTerminal *)rac_newOnChannel; 21 | 22 | @end 23 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UISwitch+RACSignalSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // UISwitch+RACSignalSupport.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Uri Baghin on 20/07/2013. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "UISwitch+RACSignalSupport.h" 10 | #import "RACEXTKeyPathCoding.h" 11 | #import "UIControl+RACSignalSupportPrivate.h" 12 | 13 | @implementation UISwitch (RACSignalSupport) 14 | 15 | - (RACChannelTerminal *)rac_newOnChannel { 16 | return [self rac_channelForControlEvents:UIControlEventValueChanged key:@keypath(self.on) nilValue:@NO]; 17 | } 18 | 19 | @end 20 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewCell+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UITableViewCell+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-07-22. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | @interface UITableViewCell (RACSignalSupport) 14 | 15 | /// A signal which will send a RACUnit whenever -prepareForReuse is invoked upon 16 | /// the receiver. 17 | /// 18 | /// Examples 19 | /// 20 | /// [[[self.cancelButton 21 | /// rac_signalForControlEvents:UIControlEventTouchUpInside] 22 | /// takeUntil:self.rac_prepareForReuseSignal] 23 | /// subscribeNext:^(UIButton *x) { 24 | /// // do other things 25 | /// }]; 26 | @property (nonatomic, strong, readonly) RACSignal *rac_prepareForReuseSignal; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewCell+RACSignalSupport.m: -------------------------------------------------------------------------------- 1 | // 2 | // UITableViewCell+RACSignalSupport.m 3 | // ReactiveCocoa 4 | // 5 | // Created by Justin Spahr-Summers on 2013-07-22. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import "UITableViewCell+RACSignalSupport.h" 10 | #import "NSObject+RACDescription.h" 11 | #import "NSObject+RACSelectorSignal.h" 12 | #import "RACSignal+Operations.h" 13 | #import "RACUnit.h" 14 | #import 15 | 16 | @implementation UITableViewCell (RACSignalSupport) 17 | 18 | - (RACSignal *)rac_prepareForReuseSignal { 19 | RACSignal *signal = objc_getAssociatedObject(self, _cmd); 20 | if (signal != nil) return signal; 21 | 22 | signal = [[[self 23 | rac_signalForSelector:@selector(prepareForReuse)] 24 | mapReplace:RACUnit.defaultUnit] 25 | setNameWithFormat:@"%@ -rac_prepareForReuseSignal", self.rac_description]; 26 | 27 | objc_setAssociatedObject(self, _cmd, signal, OBJC_ASSOCIATION_RETAIN_NONATOMIC); 28 | return signal; 29 | } 30 | 31 | @end 32 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UITableViewHeaderFooterView+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Syo Ikeda on 12/30/13. 6 | // Copyright (c) 2013 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACSignal; 12 | 13 | // This category is only applicable to iOS >= 6.0. 14 | @interface UITableViewHeaderFooterView (RACSignalSupport) 15 | 16 | /// A signal which will send a RACUnit whenever -prepareForReuse is invoked upon 17 | /// the receiver. 18 | /// 19 | /// Examples 20 | /// 21 | /// [[[self.cancelButton 22 | /// rac_signalForControlEvents:UIControlEventTouchUpInside] 23 | /// takeUntil:self.rac_prepareForReuseSignal] 24 | /// subscribeNext:^(UIButton *x) { 25 | /// // do other things 26 | /// }]; 27 | @property (nonatomic, strong, readonly) RACSignal *rac_prepareForReuseSignal; 28 | 29 | @end 30 | -------------------------------------------------------------------------------- /demoForRACSwift/Pods/ReactiveCocoa/ReactiveCocoaFramework/ReactiveCocoa/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // UITextField+RACSignalSupport.h 3 | // ReactiveCocoa 4 | // 5 | // Created by Josh Abernathy on 4/17/12. 6 | // Copyright (c) 2012 GitHub, Inc. All rights reserved. 7 | // 8 | 9 | #import 10 | 11 | @class RACChannelTerminal; 12 | @class RACSignal; 13 | 14 | @interface UITextField (RACSignalSupport) 15 | 16 | /// Creates and returns a signal for the text of the field. It always starts with 17 | /// the current text. The signal sends next when the UIControlEventEditingChanged 18 | /// or UIControlEventEditingDidBegin control event is fired on the control. 19 | - (RACSignal *)rac_textSignal; 20 | 21 | /// Creates a new RACChannel-based binding to the receiver. 22 | /// 23 | /// Returns a RACChannelTerminal that sends the receiver's text whenever the 24 | /// UIControlEventEditingChanged or UIControlEventEditingDidBegin control event 25 | /// is fired, and sets the text to the values it receives. 26 | - (RACChannelTerminal *)rac_newTextChannel; 27 | 28 | @end 29 | -------------------------------------------------------------------------------- /demoForRACSwift/here.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /demoForRACSwift/here.xcodeproj/project.xcworkspace/xcuserdata/huwei.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/here.xcodeproj/project.xcworkspace/xcuserdata/huwei.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /demoForRACSwift/here.xcodeproj/xcuserdata/huwei.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SchemeUserState 6 | 7 | here.xcscheme 8 | 9 | orderHint 10 | 0 11 | 12 | 13 | SuppressBuildableAutocreation 14 | 15 | 5F1D6BD719936E53001405B8 16 | 17 | primary 18 | 19 | 20 | 5F1D6BEB19936E54001405B8 21 | 22 | primary 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /demoForRACSwift/here.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /demoForRACSwift/here.xcworkspace/xcuserdata/huwei.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/here.xcworkspace/xcuserdata/huwei.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /demoForRACSwift/here/GoodsArray.swift: -------------------------------------------------------------------------------- 1 | // 2 | // GoodsArray.swift 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class GoodsArray: Model { 12 | var goodsList = [] 13 | var total:NSNumber? 14 | } 15 | -------------------------------------------------------------------------------- /demoForRACSwift/here/GoodsCell.swift: -------------------------------------------------------------------------------- 1 | // 2 | // GoodsCell.swift 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class GoodsCell: UICollectionViewCell { 12 | var imageView:UIImageView! 13 | override func prepareForReuse() { 14 | self.backgroundColor = UIColor.whiteColor(); 15 | imageView = UIImageView(frame: CGRectMake(0, 0, 150, 150)); 16 | imageView.contentMode = UIViewContentMode.ScaleAspectFit 17 | imageView.clipsToBounds = true; 18 | imageView.backgroundColor = UIColor.whiteColor(); 19 | self.addSubview(imageView) 20 | } 21 | func reload(goods:GoodsEntity?){ 22 | imageView.setImageFromURL(NSURL.URLWithString(goods?.image?.img)) 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /demoForRACSwift/here/GoodsEntity.swift: -------------------------------------------------------------------------------- 1 | // 2 | // GoodsEntity.swift 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class GoodsEntity: Model { 12 | var goodsDesc = "" 13 | var areaId = "" 14 | var webSite:WebSiteEntity? 15 | var saleAmount:NSNumber? 16 | var link = "" 17 | var goodsRecommend:NSNumber? 18 | var priceOriginal:NSNumber? 19 | var price:NSNumber? 20 | var summary = "" 21 | var image:ImageEntity? 22 | var commentCount:NSNumber? 23 | var goodsId = "" 24 | var name = "" 25 | } 26 | -------------------------------------------------------------------------------- /demoForRACSwift/here/GoodsListRequest.swift: -------------------------------------------------------------------------------- 1 | // 2 | // GoodsListRequest.swift 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class GoodsListRequest: Request { 12 | var type = "1" 13 | var page = NSNumber.numberWithInt(1) 14 | var pageSize = NSNumber.numberWithInt(10) 15 | var categoryId = "-1" 16 | var areaName = "浙江" 17 | 18 | override func loadRequest() { 19 | HOST = "test-leway.zjseek.com.cn:8000" 20 | PATH = "/api/goods/goodsList" 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /demoForRACSwift/here/ImageEntity.swift: -------------------------------------------------------------------------------- 1 | // 2 | // ImageEntity.swift 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class ImageEntity: Model { 12 | var img = "" 13 | var w:NSNumber? 14 | var h:NSNumber? 15 | } 16 | -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "iphone", 5 | "size" : "29x29", 6 | "scale" : "2x" 7 | }, 8 | { 9 | "idiom" : "iphone", 10 | "size" : "40x40", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "iphone", 15 | "size" : "60x60", 16 | "scale" : "2x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "orientation" : "portrait", 5 | "idiom" : "iphone", 6 | "extent" : "full-screen", 7 | "minimum-system-version" : "7.0", 8 | "scale" : "2x" 9 | }, 10 | { 11 | "orientation" : "portrait", 12 | "idiom" : "iphone", 13 | "subtype" : "retina4", 14 | "extent" : "full-screen", 15 | "minimum-system-version" : "7.0", 16 | "scale" : "2x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/first.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "first.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "first@2x.png" 12 | } 13 | ], 14 | "info" : { 15 | "version" : 1, 16 | "author" : "xcode" 17 | } 18 | } -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/first.imageset/first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/here/Images.xcassets/first.imageset/first.png -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/first.imageset/first@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/here/Images.xcassets/first.imageset/first@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/second.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "scale" : "1x", 6 | "filename" : "second.png" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "scale" : "2x", 11 | "filename" : "second@2x.png" 12 | } 13 | ], 14 | "info" : { 15 | "version" : 1, 16 | "author" : "xcode" 17 | } 18 | } -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/second.imageset/second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/here/Images.xcassets/second.imageset/second.png -------------------------------------------------------------------------------- /demoForRACSwift/here/Images.xcassets/second.imageset/second@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhuchaowe/RACSwift/7ecf23740376cb59fa8181f3dbf93d5d31242f4d/demoForRACSwift/here/Images.xcassets/second.imageset/second@2x.png -------------------------------------------------------------------------------- /demoForRACSwift/here/WebSiteEntity.swift: -------------------------------------------------------------------------------- 1 | // 2 | // WebSiteEntity.swift 3 | // here 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | 11 | class WebSiteEntity: Model { 12 | var websiteUrl = "" 13 | var websiteName = "" 14 | } 15 | -------------------------------------------------------------------------------- /demoForRACSwift/hereTests/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | en 7 | CFBundleExecutable 8 | ${EXECUTABLE_NAME} 9 | CFBundleIdentifier 10 | com.08dream.${PRODUCT_NAME:rfc1034identifier} 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | ${PRODUCT_NAME} 15 | CFBundlePackageType 16 | BNDL 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1 23 | 24 | 25 | -------------------------------------------------------------------------------- /demoForRACSwift/hereTests/hereTests.swift: -------------------------------------------------------------------------------- 1 | // 2 | // hereTests.swift 3 | // hereTests 4 | // 5 | // Created by 朱潮 on 14-8-7. 6 | // Copyright (c) 2014年 zhuchao. All rights reserved. 7 | // 8 | 9 | import UIKit 10 | import XCTest 11 | 12 | class hereTests: XCTestCase { 13 | 14 | override func setUp() { 15 | super.setUp() 16 | // Put setup code here. This method is called before the invocation of each test method in the class. 17 | } 18 | 19 | override func tearDown() { 20 | // Put teardown code here. This method is called after the invocation of each test method in the class. 21 | super.tearDown() 22 | } 23 | 24 | func testExample() { 25 | // This is an example of a functional test case. 26 | XCTAssert(true, "Pass") 27 | } 28 | 29 | func testPerformanceExample() { 30 | // This is an example of a performance test case. 31 | self.measureBlock() { 32 | // Put the code you want to measure the time of here. 33 | } 34 | } 35 | 36 | } 37 | --------------------------------------------------------------------------------