Created
February 9, 2025 15:43
-
-
Save fredgrott/2148a077773d36a6eaf2246262d51b50 to your computer and use it in GitHub Desktop.
vo ivalidatable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2025 Fredrick Allan Grott. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
abstract class IValidatable { | |
bool isValid(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment