├── Podfile ├── Podfile.lock ├── Pods ├── Headers │ ├── Private │ │ └── ReactiveCocoa │ │ │ ├── MKAnnotationView+RACSignalSupport.h │ │ │ ├── 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 │ │ │ ├── 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 │ │ │ ├── RACKVOProxy.h │ │ │ ├── RACKVOTrampoline.h │ │ │ ├── RACMulticastConnection+Private.h │ │ │ ├── RACMulticastConnection.h │ │ │ ├── RACObjCRuntime.h │ │ │ ├── RACPassthroughSubscriber.h │ │ │ ├── RACQueueScheduler+Subclass.h │ │ │ ├── RACQueueScheduler.h │ │ │ ├── RACReplaySubject.h │ │ │ ├── RACReturnSignal.h │ │ │ ├── RACScheduler+Private.h │ │ │ ├── RACScheduler+Subclass.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 │ └── Public │ │ └── ReactiveCocoa │ │ ├── MKAnnotationView+RACSignalSupport.h │ │ ├── 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 │ │ ├── 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 │ │ ├── RACKVOProxy.h │ │ ├── RACKVOTrampoline.h │ │ ├── RACMulticastConnection.h │ │ ├── RACObjCRuntime.h │ │ ├── RACPassthroughSubscriber.h │ │ ├── RACQueueScheduler+Subclass.h │ │ ├── RACQueueScheduler.h │ │ ├── RACReplaySubject.h │ │ ├── RACReturnSignal.h │ │ ├── RACScheduler+Subclass.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.xcodeproj │ ├── project.pbxproj │ └── xcuserdata │ │ └── jefactoria.xcuserdatad │ │ └── xcschemes │ │ ├── Pods-basicFramework.xcscheme │ │ ├── ReactiveCocoa.xcscheme │ │ └── xcschememanagement.plist ├── ReactiveCocoa │ ├── LICENSE.md │ ├── README.md │ └── ReactiveCocoa │ │ ├── MKAnnotationView+RACSignalSupport.h │ │ ├── MKAnnotationView+RACSignalSupport.m │ │ ├── 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 │ │ ├── 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 │ │ ├── RACKVOProxy.h │ │ ├── RACKVOProxy.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+Subclass.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 └── Target Support Files │ ├── Pods-basicFramework │ ├── Pods-basicFramework-acknowledgements.markdown │ ├── Pods-basicFramework-acknowledgements.plist │ ├── Pods-basicFramework-dummy.m │ ├── Pods-basicFramework-frameworks.sh │ ├── Pods-basicFramework-resources.sh │ ├── Pods-basicFramework.debug.xcconfig │ └── Pods-basicFramework.release.xcconfig │ └── ReactiveCocoa │ ├── ReactiveCocoa-dummy.m │ ├── ReactiveCocoa-prefix.pch │ └── ReactiveCocoa.xcconfig ├── PrefixHeader.pch ├── README.md ├── basicFramework.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── jefactoria.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── jefactoria.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── basicFramework.xcscheme │ └── xcschememanagement.plist ├── basicFramework.xcworkspace ├── contents.xcworkspacedata └── xcuserdata │ └── jefactoria.xcuserdatad │ ├── UserInterfaceState.xcuserstate │ └── xcdebugger │ └── Breakpoints_v2.xcbkptlist ├── basicFramework ├── AFNetworking │ ├── AFHTTPSessionManager.h │ ├── AFHTTPSessionManager.m │ ├── AFNetworkReachabilityManager.h │ ├── AFNetworkReachabilityManager.m │ ├── AFNetworking.h │ ├── AFSecurityPolicy.h │ ├── AFSecurityPolicy.m │ ├── AFURLRequestSerialization.h │ ├── AFURLRequestSerialization.m │ ├── AFURLResponseSerialization.h │ ├── AFURLResponseSerialization.m │ ├── AFURLSessionManager.h │ └── AFURLSessionManager.m ├── AOPViewController.h ├── AOPViewController.m ├── APIMacro.h ├── AopView.h ├── AopView.m ├── AppDelegate+Logging.h ├── AppDelegate+Logging.m ├── AppDelegate.h ├── AppDelegate.m ├── AppMacro.h ├── AspectCatModel.h ├── AspectCatModel.m ├── Aspects.h ├── Aspects.m ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── BLImageSize.h ├── BLImageSize.m ├── Base.lproj │ └── LaunchScreen.storyboard ├── BaseLogging.h ├── BaseLogging.m ├── BaseRequest.h ├── BaseRequest.m ├── BaseTabView.h ├── BaseTabView.m ├── BaseView.h ├── BaseView.m ├── BaseViewController.h ├── BaseViewController.m ├── BaseViewControllerPotocol.h ├── BaseViewModel.h ├── BaseViewModel.m ├── BaseViewModelProtocol.h ├── BaseViewProtocol.h ├── DCURLRouter │ ├── DCSingleton.h │ ├── DCURLNavgation.h │ ├── DCURLNavgation.m │ ├── DCURLRouter.h │ ├── DCURLRouter.m │ ├── DCURLRouter.plist │ ├── UIViewController+DCURLRouter.h │ └── UIViewController+DCURLRouter.m ├── GAViewManager.h ├── GAViewManager.m ├── HomeTabViewViewModel.h ├── HomeTabViewViewModel.m ├── HomeTableView.h ├── HomeTableView.m ├── HomeTableViewCell.h ├── HomeTableViewCell.m ├── HomeView.h ├── HomeView.m ├── HomeViewController.h ├── HomeViewController.m ├── HomeViewViewModel.h ├── HomeViewViewModel.m ├── Info.plist ├── LXAlertView │ ├── LXAlertView.h │ ├── LXAlertView.m │ ├── UILabel+LXAdd.h │ └── UILabel+LXAdd.m ├── LoginView.h ├── LoginView.m ├── LoginViewController.h ├── LoginViewController.m ├── LoginViewModel.h ├── LoginViewModel.m ├── MBProgressHUD │ ├── MBProgressHUD+Add.h │ ├── MBProgressHUD+Add.m │ ├── MBProgressHUD.h │ └── MBProgressHUD.m ├── MJExtension │ ├── MJExtension.h │ ├── MJExtensionConst.h │ ├── MJExtensionConst.m │ ├── MJFoundation.h │ ├── MJFoundation.m │ ├── MJProperty.h │ ├── MJProperty.m │ ├── MJPropertyKey.h │ ├── MJPropertyKey.m │ ├── MJPropertyType.h │ ├── MJPropertyType.m │ ├── NSObject+MJClass.h │ ├── NSObject+MJClass.m │ ├── NSObject+MJCoding.h │ ├── NSObject+MJCoding.m │ ├── NSObject+MJKeyValue.h │ ├── NSObject+MJKeyValue.m │ ├── NSObject+MJProperty.h │ ├── NSObject+MJProperty.m │ ├── NSString+MJExtension.h │ └── NSString+MJExtension.m ├── NSDate+MJ.h ├── NSDate+MJ.m ├── NSString+Date.h ├── NSString+Date.m ├── NamingConventions.h ├── NotificationMacro.h ├── PageMacro.h ├── RacWithKvoView.h ├── RacWithKvoView.m ├── Reachability.h ├── Reachability.m ├── ReactiveCocoaViewController.h ├── ReactiveCocoaViewController.m ├── RootTableViewCell.h ├── RootTableViewCell.m ├── RootTableViewController.h ├── RootTableViewController.m ├── RootView.h ├── RootView.m ├── RootViewProtocol.h ├── SAMVVMUIKit │ ├── SAMVVMUIKit.h │ ├── SAViewManagerProtocol.h │ ├── SAViewModelProtocol.h │ ├── SAViewProtocol.h │ ├── UITableViewCell+SAConfigure.h │ ├── UITableViewCell+SAConfigure.m │ ├── UIView+SAConfigure.h │ ├── UIView+SAConfigure.m │ ├── UIView+SAEvents.h │ └── UIView+SAEvents.m ├── SDAutoLayout │ ├── SDAutoLayout.h │ ├── UITableView+SDAutoTableViewCellHeight.h │ ├── UITableView+SDAutoTableViewCellHeight.m │ ├── UIView+SDAutoLayout.h │ └── UIView+SDAutoLayout.m ├── SDCycleScrollView │ ├── PageControl │ │ ├── TAAbstractDotView.h │ │ ├── TAAbstractDotView.m │ │ ├── TAAnimatedDotView.h │ │ ├── TAAnimatedDotView.m │ │ ├── TADotView.h │ │ ├── TADotView.m │ │ ├── TAPageControl.h │ │ └── TAPageControl.m │ ├── SDCollectionViewCell.h │ ├── SDCollectionViewCell.m │ ├── SDCycleScrollView.h │ ├── SDCycleScrollView.m │ ├── UIView+SDExtension.h │ └── UIView+SDExtension.m ├── SDWebImage │ ├── MKAnnotationView+WebCache.h │ ├── MKAnnotationView+WebCache.m │ ├── NSData+ImageContentType.h │ ├── NSData+ImageContentType.m │ ├── SDImageCache.h │ ├── SDImageCache.m │ ├── SDWebImageCompat.h │ ├── SDWebImageCompat.m │ ├── SDWebImageDecoder.h │ ├── SDWebImageDecoder.m │ ├── SDWebImageDownloader.h │ ├── SDWebImageDownloader.m │ ├── SDWebImageDownloaderOperation.h │ ├── SDWebImageDownloaderOperation.m │ ├── SDWebImageManager.h │ ├── SDWebImageManager.m │ ├── SDWebImageOperation.h │ ├── SDWebImagePrefetcher.h │ ├── SDWebImagePrefetcher.m │ ├── UIButton+WebCache.h │ ├── UIButton+WebCache.m │ ├── UIImage+GIF.h │ ├── UIImage+GIF.m │ ├── UIImage+MultiFormat.h │ ├── UIImage+MultiFormat.m │ ├── UIImage+WebP.h │ ├── UIImage+WebP.m │ ├── UIImageView+HighlightedWebCache.h │ ├── UIImageView+HighlightedWebCache.m │ ├── UIImageView+WebCache.h │ ├── UIImageView+WebCache.m │ ├── UIView+WebCacheOperation.h │ └── UIView+WebCacheOperation.m ├── ThirdViewController.h ├── ThirdViewController.m ├── UIColor+Hex.h ├── UIColor+Hex.m ├── UIImage+Addition.h ├── UIImage+Addition.m ├── UIImageView+Addition.h ├── UIImageView+Addition.m ├── UILabel+Addition.h ├── UILabel+Addition.m ├── UIView+JYSExtension.h ├── UIView+JYSExtension.m ├── UIView+gesture.h ├── UIView+gesture.m ├── Utility.h ├── Utility.m ├── UtilsMacro.h ├── VendorMarco.h ├── hanwei.jpg ├── login_btn_1.9.png ├── login_btn_2.9.png ├── main.m ├── music.jpg ├── u4.png ├── u8.png ├── xcodeproj.png ├── 注册按钮.png ├── 登录分割线.png ├── 登录密码图标.png ├── 登录按钮.png ├── 登录白背景.png ├── 登录背景.jpg └── 登录账号图标.png ├── basicFrameworkTests ├── Info.plist └── basicFrameworkTests.m └── basicFrameworkUITests ├── Info.plist └── basicFrameworkUITests.m /Podfile: -------------------------------------------------------------------------------- 1 | platform:ios,'7.0' 2 | target "basicFramework" do 3 | pod 'ReactiveCocoa', '~> 2.5' 4 | end 5 | 6 | -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Podfile.lock -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/MKAnnotationView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/MKAnnotationView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSData+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSInvocation+RACTypeParsing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSNotificationCenter+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSObject+RACDeallocating.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSObject+RACDescription.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSObject+RACKVOWrapper.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSObject+RACLifting.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSObject+RACPropertySubscribing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSObject+RACSelectorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSString+RACKeyPathUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSString+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSString+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACArraySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACArraySequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACBehaviorSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACBlockTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACChannel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACCommand.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACCommand.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACCompoundDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACDelegateProxy.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACDynamicSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACDynamicSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEXTKeyPathCoding.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTKeyPathCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEXTRuntimeExtensions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEXTScope.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTScope.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEagerSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEagerSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEmptySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEmptySequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEmptySignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEmptySignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACErrorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACErrorSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACEvent.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEvent.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACGroupedSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACImmediateScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACIndexSetSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACKVOChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACKVOChannel.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACKVOProxy.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACKVOProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACKVOTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACMulticastConnection+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACMulticastConnection+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACMulticastConnection.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACObjCRuntime.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACObjCRuntime.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACPassthroughSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACQueueScheduler+Subclass.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACQueueScheduler+Subclass.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACReplaySubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACReplaySubject.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACReturnSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACReturnSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACScheduler+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScheduler+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACScheduler+Subclass.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScheduler+Subclass.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACScopedDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSerialDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSignal+Operations.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSignalSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSignalSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACStream+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACStream+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACStream.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACStream.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACStringSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACStringSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubject.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSubscriber+Private.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriber+Private.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriber.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACTestScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTestScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACTuple.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTuple.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACTupleSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTupleSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACUnarySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACUnarySequence.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACUnit.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACUnit.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACValueTransformer.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACValueTransformer.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/RACmetamacros.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACmetamacros.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/ReactiveCocoa.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/ReactiveCocoa.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIActionSheet+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIAlertView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIDatePicker+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UITableViewCell+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Private/ReactiveCocoa/UITextView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/MKAnnotationView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/MKAnnotationView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSData+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSInvocation+RACTypeParsing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSNotificationCenter+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSObject+RACDeallocating.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSObject+RACDescription.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSObject+RACKVOWrapper.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSObject+RACLifting.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSObject+RACPropertySubscribing.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSObject+RACSelectorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSString+RACKeyPathUtilities.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSString+RACSequenceAdditions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSString+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACArraySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACArraySequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACBehaviorSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACBlockTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACChannel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACCommand.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACCommand.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACCompoundDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACDelegateProxy.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACDynamicSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACDynamicSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEXTKeyPathCoding.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTKeyPathCoding.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEXTRuntimeExtensions.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEXTScope.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTScope.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEagerSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEagerSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEmptySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEmptySequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEmptySignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEmptySignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACErrorSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACErrorSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACEvent.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACEvent.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACGroupedSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACImmediateScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACIndexSetSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACKVOChannel.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACKVOChannel.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACKVOProxy.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACKVOProxy.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACKVOTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACMulticastConnection.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACObjCRuntime.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACObjCRuntime.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACPassthroughSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACQueueScheduler+Subclass.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACQueueScheduler+Subclass.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACReplaySubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACReplaySubject.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACReturnSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACReturnSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACScheduler+Subclass.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScheduler+Subclass.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACScopedDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSerialDisposable.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSignal+Operations.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSignal.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSignal.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSignalSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSignalSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACStream.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACStream.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACStringSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACStringSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSubject.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubject.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSubscriber.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriber.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACTestScheduler.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTestScheduler.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACTuple.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTuple.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACTupleSequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACTupleSequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACUnarySequence.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACUnarySequence.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACUnit.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACUnit.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACValueTransformer.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/RACValueTransformer.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/RACmetamacros.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/extobjc/RACmetamacros.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/ReactiveCocoa.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/ReactiveCocoa.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIActionSheet+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIAlertView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIDatePicker+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UITableViewCell+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Headers/Public/ReactiveCocoa/UITextView+RACSignalSupport.h: -------------------------------------------------------------------------------- 1 | ../../../ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Manifest.lock -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/Pods-basicFramework.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Pods.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/Pods-basicFramework.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/ReactiveCocoa.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Pods.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/ReactiveCocoa.xcscheme -------------------------------------------------------------------------------- /Pods/Pods.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Pods.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/LICENSE.md -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/README.md -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/MKAnnotationView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/MKAnnotationView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/MKAnnotationView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/MKAnnotationView+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSArray+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSData+RACSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSDictionary+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSEnumerator+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSFileHandle+RACSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSIndexSet+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSInvocation+RACTypeParsing.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSNotificationCenter+RACSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDeallocating.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACDescription.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACKVOWrapper.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACLifting.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACPropertySubscribing.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSObject+RACSelectorSignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSOrderedSet+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSSet+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACKeyPathUtilities.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSequenceAdditions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSString+RACSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSURLConnection+RACSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/NSUserDefaults+RACSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACArraySequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACArraySequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACArraySequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACArraySequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACBehaviorSubject.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACBlockTrampoline.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACChannel.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACChannel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACChannel.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACCommand.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACCommand.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposable.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposableProvider.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACCompoundDisposableProvider.d -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDelegateProxy.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDisposable.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDisposable.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACDynamicSignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEagerSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEagerSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEagerSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEagerSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEmptySignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACErrorSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACErrorSignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACErrorSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACErrorSignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEvent.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACEvent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACEvent.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACGroupedSignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACImmediateScheduler.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACIndexSetSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACKVOChannel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOChannel.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACKVOChannel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOChannel.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACKVOProxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOProxy.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACKVOProxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOProxy.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACKVOTrampoline.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection+Private.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACMulticastConnection.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACObjCRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACObjCRuntime.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACObjCRuntime.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACObjCRuntime.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACPassthroughSubscriber.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler+Subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler+Subclass.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACQueueScheduler.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACReplaySubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACReplaySubject.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACReplaySubject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACReplaySubject.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACReturnSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACReturnSignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACReturnSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACReturnSignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler+Private.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler+Subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler+Subclass.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACScheduler.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACScopedDisposable.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSerialDisposable.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignal+Operations.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignal.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignal.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignalProvider.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignalProvider.d -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignalSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignalSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSignalSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSignalSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACStream+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACStream+Private.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACStream.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACStream.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACStream.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACStringSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACStringSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACStringSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACStringSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubject.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubject.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriber+Private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriber+Private.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriber.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriber.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptingAssignmentTrampoline.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACSubscriptionScheduler.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTargetQueueScheduler.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTestScheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTestScheduler.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTestScheduler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTestScheduler.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTuple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTuple.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTuple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTuple.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTupleSequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTupleSequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACTupleSequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACTupleSequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACUnarySequence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACUnarySequence.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACUnarySequence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACUnarySequence.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACUnit.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACUnit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACUnit.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACValueTransformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACValueTransformer.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/RACValueTransformer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/RACValueTransformer.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/ReactiveCocoa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/ReactiveCocoa.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIActionSheet+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIAlertView+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIBarButtonItem+RACCommandSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIButton+RACCommandSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UICollectionReusableView+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIControl+RACSignalSupportPrivate.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIDatePicker+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIGestureRecognizer+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIImagePickerController+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIRefreshControl+RACCommandSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UISegmentedControl+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UISlider+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UIStepper+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UISwitch+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITableViewCell+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITableViewHeaderFooterView+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITextField+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/UITextView+RACSignalSupport.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTKeyPathCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTKeyPathCoding.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTRuntimeExtensions.m -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTScope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACEXTScope.h -------------------------------------------------------------------------------- /Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACmetamacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/ReactiveCocoa/ReactiveCocoa/extobjc/RACmetamacros.h -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-acknowledgements.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-acknowledgements.markdown -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-acknowledgements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-acknowledgements.plist -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-frameworks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-frameworks.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-resources.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework-resources.sh -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework.debug.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/Pods-basicFramework/Pods-basicFramework.release.xcconfig -------------------------------------------------------------------------------- /Pods/Target Support Files/ReactiveCocoa/ReactiveCocoa-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/ReactiveCocoa/ReactiveCocoa-dummy.m -------------------------------------------------------------------------------- /Pods/Target Support Files/ReactiveCocoa/ReactiveCocoa-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/ReactiveCocoa/ReactiveCocoa-prefix.pch -------------------------------------------------------------------------------- /Pods/Target Support Files/ReactiveCocoa/ReactiveCocoa.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/Pods/Target Support Files/ReactiveCocoa/ReactiveCocoa.xcconfig -------------------------------------------------------------------------------- /PrefixHeader.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/PrefixHeader.pch -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/README.md -------------------------------------------------------------------------------- /basicFramework.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /basicFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /basicFramework.xcodeproj/project.xcworkspace/xcuserdata/jefactoria.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcodeproj/project.xcworkspace/xcuserdata/jefactoria.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /basicFramework.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /basicFramework.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/basicFramework.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/basicFramework.xcscheme -------------------------------------------------------------------------------- /basicFramework.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcodeproj/xcuserdata/jefactoria.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /basicFramework.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /basicFramework.xcworkspace/xcuserdata/jefactoria.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcworkspace/xcuserdata/jefactoria.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /basicFramework.xcworkspace/xcuserdata/jefactoria.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework.xcworkspace/xcuserdata/jefactoria.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFHTTPSessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFHTTPSessionManager.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFHTTPSessionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFHTTPSessionManager.m -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFNetworkReachabilityManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFNetworkReachabilityManager.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFNetworkReachabilityManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFNetworkReachabilityManager.m -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFNetworking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFNetworking.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFSecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFSecurityPolicy.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFSecurityPolicy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFSecurityPolicy.m -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFURLRequestSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFURLRequestSerialization.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFURLRequestSerialization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFURLRequestSerialization.m -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFURLResponseSerialization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFURLResponseSerialization.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFURLResponseSerialization.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFURLResponseSerialization.m -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFURLSessionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFURLSessionManager.h -------------------------------------------------------------------------------- /basicFramework/AFNetworking/AFURLSessionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AFNetworking/AFURLSessionManager.m -------------------------------------------------------------------------------- /basicFramework/AOPViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AOPViewController.h -------------------------------------------------------------------------------- /basicFramework/AOPViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AOPViewController.m -------------------------------------------------------------------------------- /basicFramework/APIMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/APIMacro.h -------------------------------------------------------------------------------- /basicFramework/AopView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AopView.h -------------------------------------------------------------------------------- /basicFramework/AopView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AopView.m -------------------------------------------------------------------------------- /basicFramework/AppDelegate+Logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AppDelegate+Logging.h -------------------------------------------------------------------------------- /basicFramework/AppDelegate+Logging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AppDelegate+Logging.m -------------------------------------------------------------------------------- /basicFramework/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AppDelegate.h -------------------------------------------------------------------------------- /basicFramework/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AppDelegate.m -------------------------------------------------------------------------------- /basicFramework/AppMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AppMacro.h -------------------------------------------------------------------------------- /basicFramework/AspectCatModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AspectCatModel.h -------------------------------------------------------------------------------- /basicFramework/AspectCatModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/AspectCatModel.m -------------------------------------------------------------------------------- /basicFramework/Aspects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Aspects.h -------------------------------------------------------------------------------- /basicFramework/Aspects.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Aspects.m -------------------------------------------------------------------------------- /basicFramework/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /basicFramework/BLImageSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BLImageSize.h -------------------------------------------------------------------------------- /basicFramework/BLImageSize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BLImageSize.m -------------------------------------------------------------------------------- /basicFramework/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /basicFramework/BaseLogging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseLogging.h -------------------------------------------------------------------------------- /basicFramework/BaseLogging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseLogging.m -------------------------------------------------------------------------------- /basicFramework/BaseRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseRequest.h -------------------------------------------------------------------------------- /basicFramework/BaseRequest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseRequest.m -------------------------------------------------------------------------------- /basicFramework/BaseTabView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseTabView.h -------------------------------------------------------------------------------- /basicFramework/BaseTabView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseTabView.m -------------------------------------------------------------------------------- /basicFramework/BaseView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseView.h -------------------------------------------------------------------------------- /basicFramework/BaseView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseView.m -------------------------------------------------------------------------------- /basicFramework/BaseViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewController.h -------------------------------------------------------------------------------- /basicFramework/BaseViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewController.m -------------------------------------------------------------------------------- /basicFramework/BaseViewControllerPotocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewControllerPotocol.h -------------------------------------------------------------------------------- /basicFramework/BaseViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewModel.h -------------------------------------------------------------------------------- /basicFramework/BaseViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewModel.m -------------------------------------------------------------------------------- /basicFramework/BaseViewModelProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewModelProtocol.h -------------------------------------------------------------------------------- /basicFramework/BaseViewProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/BaseViewProtocol.h -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/DCSingleton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/DCSingleton.h -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/DCURLNavgation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/DCURLNavgation.h -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/DCURLNavgation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/DCURLNavgation.m -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/DCURLRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/DCURLRouter.h -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/DCURLRouter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/DCURLRouter.m -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/DCURLRouter.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/DCURLRouter.plist -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/UIViewController+DCURLRouter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/UIViewController+DCURLRouter.h -------------------------------------------------------------------------------- /basicFramework/DCURLRouter/UIViewController+DCURLRouter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/DCURLRouter/UIViewController+DCURLRouter.m -------------------------------------------------------------------------------- /basicFramework/GAViewManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/GAViewManager.h -------------------------------------------------------------------------------- /basicFramework/GAViewManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/GAViewManager.m -------------------------------------------------------------------------------- /basicFramework/HomeTabViewViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeTabViewViewModel.h -------------------------------------------------------------------------------- /basicFramework/HomeTabViewViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeTabViewViewModel.m -------------------------------------------------------------------------------- /basicFramework/HomeTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeTableView.h -------------------------------------------------------------------------------- /basicFramework/HomeTableView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeTableView.m -------------------------------------------------------------------------------- /basicFramework/HomeTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeTableViewCell.h -------------------------------------------------------------------------------- /basicFramework/HomeTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeTableViewCell.m -------------------------------------------------------------------------------- /basicFramework/HomeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeView.h -------------------------------------------------------------------------------- /basicFramework/HomeView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeView.m -------------------------------------------------------------------------------- /basicFramework/HomeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeViewController.h -------------------------------------------------------------------------------- /basicFramework/HomeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeViewController.m -------------------------------------------------------------------------------- /basicFramework/HomeViewViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeViewViewModel.h -------------------------------------------------------------------------------- /basicFramework/HomeViewViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/HomeViewViewModel.m -------------------------------------------------------------------------------- /basicFramework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Info.plist -------------------------------------------------------------------------------- /basicFramework/LXAlertView/LXAlertView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LXAlertView/LXAlertView.h -------------------------------------------------------------------------------- /basicFramework/LXAlertView/LXAlertView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LXAlertView/LXAlertView.m -------------------------------------------------------------------------------- /basicFramework/LXAlertView/UILabel+LXAdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LXAlertView/UILabel+LXAdd.h -------------------------------------------------------------------------------- /basicFramework/LXAlertView/UILabel+LXAdd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LXAlertView/UILabel+LXAdd.m -------------------------------------------------------------------------------- /basicFramework/LoginView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LoginView.h -------------------------------------------------------------------------------- /basicFramework/LoginView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LoginView.m -------------------------------------------------------------------------------- /basicFramework/LoginViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LoginViewController.h -------------------------------------------------------------------------------- /basicFramework/LoginViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LoginViewController.m -------------------------------------------------------------------------------- /basicFramework/LoginViewModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LoginViewModel.h -------------------------------------------------------------------------------- /basicFramework/LoginViewModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/LoginViewModel.m -------------------------------------------------------------------------------- /basicFramework/MBProgressHUD/MBProgressHUD+Add.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MBProgressHUD/MBProgressHUD+Add.h -------------------------------------------------------------------------------- /basicFramework/MBProgressHUD/MBProgressHUD+Add.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MBProgressHUD/MBProgressHUD+Add.m -------------------------------------------------------------------------------- /basicFramework/MBProgressHUD/MBProgressHUD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MBProgressHUD/MBProgressHUD.h -------------------------------------------------------------------------------- /basicFramework/MBProgressHUD/MBProgressHUD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MBProgressHUD/MBProgressHUD.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJExtension.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJExtensionConst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJExtensionConst.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJExtensionConst.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJExtensionConst.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJFoundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJFoundation.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJFoundation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJFoundation.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJProperty.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJProperty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJProperty.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJPropertyKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJPropertyKey.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJPropertyKey.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJPropertyKey.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJPropertyType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJPropertyType.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/MJPropertyType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/MJPropertyType.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJClass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJClass.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJClass.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJClass.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJCoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJCoding.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJCoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJCoding.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJKeyValue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJKeyValue.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJKeyValue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJKeyValue.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJProperty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJProperty.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSObject+MJProperty.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSObject+MJProperty.m -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSString+MJExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSString+MJExtension.h -------------------------------------------------------------------------------- /basicFramework/MJExtension/NSString+MJExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/MJExtension/NSString+MJExtension.m -------------------------------------------------------------------------------- /basicFramework/NSDate+MJ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/NSDate+MJ.h -------------------------------------------------------------------------------- /basicFramework/NSDate+MJ.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/NSDate+MJ.m -------------------------------------------------------------------------------- /basicFramework/NSString+Date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/NSString+Date.h -------------------------------------------------------------------------------- /basicFramework/NSString+Date.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/NSString+Date.m -------------------------------------------------------------------------------- /basicFramework/NamingConventions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/NamingConventions.h -------------------------------------------------------------------------------- /basicFramework/NotificationMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/NotificationMacro.h -------------------------------------------------------------------------------- /basicFramework/PageMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/PageMacro.h -------------------------------------------------------------------------------- /basicFramework/RacWithKvoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RacWithKvoView.h -------------------------------------------------------------------------------- /basicFramework/RacWithKvoView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RacWithKvoView.m -------------------------------------------------------------------------------- /basicFramework/Reachability.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Reachability.h -------------------------------------------------------------------------------- /basicFramework/Reachability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Reachability.m -------------------------------------------------------------------------------- /basicFramework/ReactiveCocoaViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/ReactiveCocoaViewController.h -------------------------------------------------------------------------------- /basicFramework/ReactiveCocoaViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/ReactiveCocoaViewController.m -------------------------------------------------------------------------------- /basicFramework/RootTableViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootTableViewCell.h -------------------------------------------------------------------------------- /basicFramework/RootTableViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootTableViewCell.m -------------------------------------------------------------------------------- /basicFramework/RootTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootTableViewController.h -------------------------------------------------------------------------------- /basicFramework/RootTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootTableViewController.m -------------------------------------------------------------------------------- /basicFramework/RootView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootView.h -------------------------------------------------------------------------------- /basicFramework/RootView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootView.m -------------------------------------------------------------------------------- /basicFramework/RootViewProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/RootViewProtocol.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/SAMVVMUIKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/SAMVVMUIKit.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/SAViewManagerProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/SAViewManagerProtocol.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/SAViewModelProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/SAViewModelProtocol.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/SAViewProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/SAViewProtocol.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/UITableViewCell+SAConfigure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/UITableViewCell+SAConfigure.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/UITableViewCell+SAConfigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/UITableViewCell+SAConfigure.m -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/UIView+SAConfigure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/UIView+SAConfigure.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/UIView+SAConfigure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/UIView+SAConfigure.m -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/UIView+SAEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/UIView+SAEvents.h -------------------------------------------------------------------------------- /basicFramework/SAMVVMUIKit/UIView+SAEvents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SAMVVMUIKit/UIView+SAEvents.m -------------------------------------------------------------------------------- /basicFramework/SDAutoLayout/SDAutoLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDAutoLayout/SDAutoLayout.h -------------------------------------------------------------------------------- /basicFramework/SDAutoLayout/UITableView+SDAutoTableViewCellHeight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDAutoLayout/UITableView+SDAutoTableViewCellHeight.h -------------------------------------------------------------------------------- /basicFramework/SDAutoLayout/UITableView+SDAutoTableViewCellHeight.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDAutoLayout/UITableView+SDAutoTableViewCellHeight.m -------------------------------------------------------------------------------- /basicFramework/SDAutoLayout/UIView+SDAutoLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDAutoLayout/UIView+SDAutoLayout.h -------------------------------------------------------------------------------- /basicFramework/SDAutoLayout/UIView+SDAutoLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDAutoLayout/UIView+SDAutoLayout.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TAAbstractDotView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TAAbstractDotView.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TAAbstractDotView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TAAbstractDotView.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TAAnimatedDotView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TAAnimatedDotView.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TAAnimatedDotView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TAAnimatedDotView.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TADotView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TADotView.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TADotView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TADotView.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TAPageControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TAPageControl.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/PageControl/TAPageControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/PageControl/TAPageControl.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/SDCollectionViewCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/SDCollectionViewCell.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/SDCollectionViewCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/SDCollectionViewCell.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/SDCycleScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/SDCycleScrollView.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/SDCycleScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/SDCycleScrollView.m -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/UIView+SDExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/UIView+SDExtension.h -------------------------------------------------------------------------------- /basicFramework/SDCycleScrollView/UIView+SDExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDCycleScrollView/UIView+SDExtension.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/MKAnnotationView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/MKAnnotationView+WebCache.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/MKAnnotationView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/MKAnnotationView+WebCache.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/NSData+ImageContentType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/NSData+ImageContentType.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/NSData+ImageContentType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/NSData+ImageContentType.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDImageCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDImageCache.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDImageCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDImageCache.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageCompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageCompat.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageCompat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageCompat.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageDecoder.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageDecoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageDecoder.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageDownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageDownloader.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageDownloader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageDownloader.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageDownloaderOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageDownloaderOperation.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageDownloaderOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageDownloaderOperation.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageManager.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageManager.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImageOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImageOperation.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImagePrefetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImagePrefetcher.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/SDWebImagePrefetcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/SDWebImagePrefetcher.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIButton+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIButton+WebCache.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIButton+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIButton+WebCache.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImage+GIF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImage+GIF.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImage+GIF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImage+GIF.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImage+MultiFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImage+MultiFormat.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImage+MultiFormat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImage+MultiFormat.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImage+WebP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImage+WebP.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImage+WebP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImage+WebP.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImageView+HighlightedWebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImageView+HighlightedWebCache.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImageView+HighlightedWebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImageView+HighlightedWebCache.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImageView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImageView+WebCache.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIImageView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIImageView+WebCache.m -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIView+WebCacheOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIView+WebCacheOperation.h -------------------------------------------------------------------------------- /basicFramework/SDWebImage/UIView+WebCacheOperation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/SDWebImage/UIView+WebCacheOperation.m -------------------------------------------------------------------------------- /basicFramework/ThirdViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/ThirdViewController.h -------------------------------------------------------------------------------- /basicFramework/ThirdViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/ThirdViewController.m -------------------------------------------------------------------------------- /basicFramework/UIColor+Hex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIColor+Hex.h -------------------------------------------------------------------------------- /basicFramework/UIColor+Hex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIColor+Hex.m -------------------------------------------------------------------------------- /basicFramework/UIImage+Addition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIImage+Addition.h -------------------------------------------------------------------------------- /basicFramework/UIImage+Addition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIImage+Addition.m -------------------------------------------------------------------------------- /basicFramework/UIImageView+Addition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIImageView+Addition.h -------------------------------------------------------------------------------- /basicFramework/UIImageView+Addition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIImageView+Addition.m -------------------------------------------------------------------------------- /basicFramework/UILabel+Addition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UILabel+Addition.h -------------------------------------------------------------------------------- /basicFramework/UILabel+Addition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UILabel+Addition.m -------------------------------------------------------------------------------- /basicFramework/UIView+JYSExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIView+JYSExtension.h -------------------------------------------------------------------------------- /basicFramework/UIView+JYSExtension.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIView+JYSExtension.m -------------------------------------------------------------------------------- /basicFramework/UIView+gesture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIView+gesture.h -------------------------------------------------------------------------------- /basicFramework/UIView+gesture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UIView+gesture.m -------------------------------------------------------------------------------- /basicFramework/Utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Utility.h -------------------------------------------------------------------------------- /basicFramework/Utility.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/Utility.m -------------------------------------------------------------------------------- /basicFramework/UtilsMacro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/UtilsMacro.h -------------------------------------------------------------------------------- /basicFramework/VendorMarco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/VendorMarco.h -------------------------------------------------------------------------------- /basicFramework/hanwei.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/hanwei.jpg -------------------------------------------------------------------------------- /basicFramework/login_btn_1.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/login_btn_1.9.png -------------------------------------------------------------------------------- /basicFramework/login_btn_2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/login_btn_2.9.png -------------------------------------------------------------------------------- /basicFramework/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/main.m -------------------------------------------------------------------------------- /basicFramework/music.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/music.jpg -------------------------------------------------------------------------------- /basicFramework/u4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/u4.png -------------------------------------------------------------------------------- /basicFramework/u8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/u8.png -------------------------------------------------------------------------------- /basicFramework/xcodeproj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/xcodeproj.png -------------------------------------------------------------------------------- /basicFramework/注册按钮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/注册按钮.png -------------------------------------------------------------------------------- /basicFramework/登录分割线.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/登录分割线.png -------------------------------------------------------------------------------- /basicFramework/登录密码图标.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/登录密码图标.png -------------------------------------------------------------------------------- /basicFramework/登录按钮.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/登录按钮.png -------------------------------------------------------------------------------- /basicFramework/登录白背景.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/登录白背景.png -------------------------------------------------------------------------------- /basicFramework/登录背景.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/登录背景.jpg -------------------------------------------------------------------------------- /basicFramework/登录账号图标.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFramework/登录账号图标.png -------------------------------------------------------------------------------- /basicFrameworkTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFrameworkTests/Info.plist -------------------------------------------------------------------------------- /basicFrameworkTests/basicFrameworkTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFrameworkTests/basicFrameworkTests.m -------------------------------------------------------------------------------- /basicFrameworkUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFrameworkUITests/Info.plist -------------------------------------------------------------------------------- /basicFrameworkUITests/basicFrameworkUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sallenhandong/MVVM-RACDemo/HEAD/basicFrameworkUITests/basicFrameworkUITests.m --------------------------------------------------------------------------------