mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-09 05:06:46 +10:00
12 lines
159 B
Swift
12 lines
159 B
Swift
//
|
|
// Replyable.swift
|
|
// librx
|
|
//
|
|
// Created by Yunlong Zheng on 15/8/15.
|
|
// Copyright (c) 2015年 librx. All rights reserved.
|
|
//
|
|
|
|
protocol Replyable {
|
|
|
|
}
|